ParamQuery grid support forum

General Category => Help for ParamQuery Pro => Topic started by: bsolTeamBglr on September 16, 2017, 07:44:28 pm

Title: Check box in pop up grid
Post 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 ,
Title: Re: Check box in pop up grid
Post by: paramvir on September 18, 2017, 08:16:16 am
It's type: 'checkbox' not 'checkBox'

Example: https://paramquery.com/pro/demos/checkbox
Title: Re: Check box in pop up grid
Post by: bsolTeamBglr on September 18, 2017, 10:15:51 am
Hi,

i have changed the type to 'checbox'.

But still i am facing the same issue.

Thanks,
Title: Re: Check box in pop up grid
Post by: paramvir on September 18, 2017, 04:05:02 pm
Please note that it's type: 'checkbox' neither 'checbox' nor 'checkBox'

Kindly share a jsfiddle if you are still facing issues.