views:

195

answers:

3

I have just started using jqGrid, and I have some tables that I would like to display within it.

Can anyone tell me what the proper way would be to populate this grid using ASP.NET MVC? How do I pass information from my controller to the jqGrid? Does it need to be a particular format?

If anyone can provide some information regarding ASP.NET MVC + jqGrid I would appreciate it.

+4  A: 

Your actions will return JSON typically.

Blog posts all over. Check here, here and here for the how to's

redsquare
+1  A: 

The best example in my opinion is phil hacck's "Using jQuery Grid With ASP.NET MVC". Phil also has a downloadable example you can play with.

J.W.
+4  A: 

Craig Stuntz has a good series on jqGrid as well, covering a variety of topics for it.

John Kaster