ParamQuery grid support forum
General Category => Help for ParamQuery Pro => Topic started by: bsolteam on March 13, 2015, 07:00:26 pm
-
Hi Paramquery Team,
In my grid i have one checkbox column. I need to disable that checkbox column. I have tried but i didn't get it. Please give your suggestion how to disable it. I have attached my screen shots also. Please have a look on it.
Thanks & Regards
Bsol Team
-
Please use beforeCheck event to disallow any change in checkbox state.
http://paramquery.com/pro/api#event-beforeCheck
-
Hi,
This event is not at all firing. Hence i cant able to disable single column in a grid.
$( "#grid_selection_checkbox" ).on( "pqgridbeforecheck", function( event, ui ) {
alert("hi");
} );
-
Which version are you using. This event has been added since v2.3.0