Reputation: 15051
I have created a sample project in asp .net mvc using vs 2010. In my solution structure I have got the default jquery files that were added by vs. I am trying to use jQuery grid. So I searched in the web to see for a suitable plug in. But I could not find one. It would be of great help to recommend some references on jQuery jqgrid usage and the necessary javasript files that need to added to the solution structure
Upvotes: 0
Views: 996
Reputation: 388316
I think the jgrid wiki and demo will be a great place to start.
As far as the files are concerned, you can start by adding the jquery.jqGrid.min.js
and ui.jqgrid.css
files available in the jqgrid destribution.
Upvotes: 0