ParamQuery Grid
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Home
Help
Search
Login
Register
ParamQuery grid support forum
»
General Category
»
Help for ParamQuery Pro
»
checkboxColumn not in 3.x?
« previous
next »
Print
Pages: [
1
]
Author
Topic: checkboxColumn not in 3.x? (Read 2212 times)
lsl
Pro Deluxe
Jr. Member
Posts: 67
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.
Logged
paramvir
Administrator
Hero Member
Posts: 6310
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
Logged
Print
Pages: [
1
]
« previous
next »
ParamQuery grid support forum
»
General Category
»
Help for ParamQuery Pro
»
checkboxColumn not in 3.x?