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.
Your actions will return JSON typically.
Blog posts all over. Check here, here and here for the how to’s