Stopping columns resizable in jqgrid

Starting with version 3.8.2 jqGrid supports one very useful feature: column templates. (It’s probably not quite correct from me to praise the feature because the feature was introduced on my own suggestion :-)). The feature is still not really documented, but it can be used very easily. I explain it on an example. If you … Read more

ASP.NET MVC 2.0 Implementation of searching in jqgrid

Probably you have problem on the server side. Could you append your question with the code of DynamicGridData action which you currently use. The action should have filters as the parameter. Some parts of your current code are definitively wrong. For example jqGrid is the jQuery plugin. So the methods of jQuery will be extended … Read more

How to filter the jqGrid data NOT using the built in search/filter box

You problem can be very easy solved with respect of postData parameter including functions and trigger(‘reloadGrid’). I try explain the idea more detailed. Let us use mtype: “GET”. The only thing which standard search/filter box do after displaying the interface is appending of some additional parameters to the url, sending to server and reloading the … Read more