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