I would like to disable a checkbox in JQGrid where multiselect: true
is set.
It was touched on here:
Disabling checkbox in “multiselect:true” mode for a specific row in jqgrid
but I'm not sure how to implement this solution since I am new to jqgrid.
I'm looking to do something like:
if (amount > 50) {
disable checkbox
}