ParamQuery grid support forum

General Category => Help for ParamQuery Pro => Topic started by: bsolteam on March 13, 2015, 07:00:26 pm

Title: Checkbox column Disabling issue.
Post 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
Title: Re: Checkbox column Disabling issue.
Post by: paramvir on March 14, 2015, 01:10:54 am
Please use beforeCheck event to disallow any change in checkbox state.

http://paramquery.com/pro/api#event-beforeCheck
Title: Re: Checkbox column Disabling issue.
Post by: bsolteam on April 08, 2015, 03:36:38 pm
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");
} );
Title: Re: Checkbox column Disabling issue.
Post by: paramvir on April 09, 2015, 02:14:35 pm
Which version are you using. This event has been added since v2.3.0