I am using jqgrid version 4.4.4 and right now I am facing one problem related to toolbar searching. As I mention in heading, I want remove search box of toolbar search from any column "dynamically" during or after rendering a grid. I google it but I didn't found any relevant solution on my this problem.
I used selColProp
property like this
$('#<gridId>').jqGrid('setColProp', 'LotNo', {
search: false
});
and mentioned in loadcomplete
function due to some logical reason.
If anyone knows how to do this, kindly share your valuable ideas.
UPDATED: Now I am using free jqgrid version 4.9.2 and this functionality also not happening on it.