ParamQuery grid support forum
General Category => Help for ParamQuery Pro => Topic started by: bsolTeamBglr on September 16, 2017, 07:44:28 pm
-
Hi,
I m using check box in my pop up grid. below i have mentioned my column model what i am using for the check box.
title:"Off Hire",
width: 140,
dataType: "bool",
align: "center",
dataIndx: "offHire",
editor: false,
resizable : false,
type: 'checkBox',
sortable: false,
in my grid i can see the Boolean value instead of the checkbox.
Please assist me on this.
Thnaks ,
-
It's type: 'checkbox' not 'checkBox'
Example: https://paramquery.com/pro/demos/checkbox
-
Hi,
i have changed the type to 'checbox'.
But still i am facing the same issue.
Thanks,
-
Please note that it's type: 'checkbox' neither 'checbox' nor 'checkBox'
Kindly share a jsfiddle if you are still facing issues.