I use jqGrid with the multiselect option set to true.
I'm looking for a way to hide or disable the first checkbox (the one in the row of the column names) so that users can't use the "check all/uncheck all" feature.
How to do it?
I use jqGrid with the multiselect option set to true.
I'm looking for a way to hide or disable the first checkbox (the one in the row of the column names) so that users can't use the "check all/uncheck all" feature.
How to do it?
Find the div of checkbox and hide/overwrite its inner HTML.
If you have runat parameter
On your page:
Then in your js file:
The checkbox in the header has the id which is combined from the "cb_" prefix and the grid id. So you can hide the element with