I know that jqGrid can make a programmer's life easy by taking care of small things by itself. But I just want it not to do some things for me and I don't know where and how I should tell the jqGrid so. When a searchable column in the grid is searched for a certain search string, and when the grid loads, I want all the search boxes disabled. I have found the dynamic IDs of the td tags that are generated when its rendered.
I just want to know if there is a way I can handle such events in jqGrid manually and if I can, where should I do so?