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
Asked
Active
Viewed 985 times
0
-
1Have you looked at the jqGrid wiki? There's an extensive samples and documentation on their site – chris Dec 30 '10 at 11:19
-
@Chris Thanks for your comment. Yes the wiki looks good. I can start from there. – SARAVAN Dec 30 '10 at 11:34
2 Answers
0
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.

Arun P Johny
- 384,651
- 66
- 527
- 531