Link to home
Start Free TrialLog in
Avatar of rnsr
rnsrFlag for India

asked on

GridMvc Error mvc5

I am trying to use GridMvc on mvc5 but it displays error in gridmvc.min.js  [ web application c#  ]

Error as below
Unhandled exception at line 1, column 1 in http://localhost:58896/Scripts/gridmvc.min.js

0x800a1391 - Microsoft JScript runtime error: '$' is undefined

Please help.
ASKER CERTIFIED SOLUTION
Avatar of Ioannis Paraskevopoulos
Ioannis Paraskevopoulos
Flag of Greece image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of rnsr

ASKER

Yes , there is JQuery installed with version  1.10.2

i am using mvc5 and want to use gridmvc.
Avatar of rnsr

ASKER

Hi
   I solved. added
      
  <script src="@Url.Content("~/bundles/jquery")"></script>
on top of every script.
Avatar of rnsr

ASKER

I've requested that this question be closed as follows:

Accepted answer: 0 points for rnsr's comment #a40888970

for the following reason:

self solved .
Avatar of rnsr

ASKER

good to point out the file.  where to place i did it.