ParamQuery grid support forum

General Category => Help for ParamQuery Pro => Topic started by: cijojohn on May 09, 2017, 02:30:15 pm

Title: issue with checkbox check uncheck
Post by: cijojohn on May 09, 2017, 02:30:15 pm
Hi Team,

I want to check and uncheck functionality should work on click of cell and as well as checkbox in checkbox cell.

Event should fire on click of cell itself.

Can u help me out about this.
Title: Re: issue with checkbox check uncheck
Post by: paramvir on May 15, 2017, 06:45:35 pm
Checkboxes are checked/unchecked upon click of checkboxes ( not the entire cell ) or upon click of labels.

<label><input type='checkbox' " + checked + " />" + text + "</label>"

as shown in this example:

https://paramquery.com/pro/demos/checkbox