Author Topic: checkboxColumn not in 3.x?  (Read 2187 times)

lsl

  • Pro Deluxe
  • Jr. Member
  • *
  • Posts: 67
    • View Profile
checkboxColumn not in 3.x?
« on: July 26, 2016, 07:57:13 am »
For pqgrid 2.x , I have used the checkboxColumn in a editable=false grid . It works fine. ie. User is able to check /uncheck this column only and the others columns are not editable.

However, there is no such feature in 3.x?

Please advice.

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6255
    • View Profile
Re: checkboxColumn not in 3.x?
« Reply #1 on: July 26, 2016, 03:42:22 pm »
There have been changes in v3 which are mentioned here: http://paramquery.com/pro/upgrade/index32#option-selection

Checkbox columns edit ability works like any other column. So if it's required to keep all columns uneditable, put editable : false in columnTemplate, while editable: true or a callback for checkbox column.

Examples using checkbox column.

http://paramquery.com/pro/demos/selection_checkbox

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