SARAVAN
SARAVAN

Reputation: 15051

using jquery jqgrid

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

Answers (2)

Arun P Johny
Arun P Johny

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

Oleg
Oleg

Reputation: 221997

You can find some examples here, here and here.

Upvotes: 2

Related Questions