ParamQuery grid support forum
General Category => Help for ParamQuery Pro => Topic started by: lsl 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.
-
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