Author Topic: issue with checkbox check uncheck  (Read 2035 times)

cijojohn

  • Pro Ultimate
  • Jr. Member
  • *
  • Posts: 73
    • View Profile
issue with checkbox check uncheck
« 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.

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6263
    • View Profile
Re: issue with checkbox check uncheck
« Reply #1 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