ASP.NET MVC and a Generic jQuery Grid –jqTGrid Part 3

Please check out my previous posts (Part1 and Part2) if you haven’t read it yet. Today I want to show how we can create a generic “GridBaseController for our jqTGrid that we don’t have to implement the “DynamicGridData” controller method in every controller. For...

ASP.NET MVC and a Generic jQuery Grid -jqTGrid

If you searching the internet for jqGrid and ASP.NET MVC you will find many examples, but all of them always define the jqGrid columns – see for an example the blog post from Phil Haack. If you have a lot of jqGrids in your project you don’t want to define every...