ParamQuery grid support forum

General Category => Help for ParamQuery Pro => Topic started by: lsl on July 26, 2016, 07:57:13 am

Title: checkboxColumn not in 3.x?
Post 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.
Title: Re: checkboxColumn not in 3.x?
Post by: paramvir 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