Author Topic: Check box in pop up grid  (Read 2009 times)

bsolTeamBglr

  • Pro Enterprise
  • Newbie
  • *
  • Posts: 41
    • View Profile
Check box in pop up grid
« 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 ,

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6265
    • View Profile
Re: Check box in pop up grid
« Reply #1 on: September 18, 2017, 08:16:16 am »
It's type: 'checkbox' not 'checkBox'

Example: https://paramquery.com/pro/demos/checkbox

bsolTeamBglr

  • Pro Enterprise
  • Newbie
  • *
  • Posts: 41
    • View Profile
Re: Check box in pop up grid
« Reply #2 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,

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6265
    • View Profile
Re: Check box in pop up grid
« Reply #3 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.
« Last Edit: September 18, 2017, 04:15:38 pm by paramquery »