Is JQGrid free?

There are two versions of jqGrid: Free, Open Source package as pure JavaScript solution delivered with GPL & MIT licenses and commercial which is integrated in for example Visual Studio development environment. You can use any from the versions in your ASP.NET MVC Project. jqGrid can be used to fill data from almost any web … Read more

JQGRID – maintain check box selection state – page refresh / redirect / reload

The implementation of selection over multiple pages of the grid is very tricky in old versions of jqGrid. I posted the answer, the answer (try the demo) with the corresponding implementations. On the other side the scenario of selection of multiple rows over multiple pages is very common. Thus I implemented new feature in free … Read more