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 ,