Using jquery jqgrid

I created a sample project in asp.net mvc using vs 2010. In my solution framework I have the default jquery files added against. I am trying to use jQuery grid. So I searched the web to see a suitable plugin. But I couldn't find it. It would be very helpful to recommend some links to using jQuery jqgrid and the required javasript files that need to be added to the solution framework.

0


source to share


2 answers


Below are examples, here and here .



+2


source


I think the jgrid wiki and demo would be a great place to start.



As far as files are concerned, you can start by adding files jquery.jqGrid.min.js

and ui.jqgrid.css

, available in jqgrid destribution .

0


source







All Articles