I have a boolean column defined by:
{ title: "Remove Login?", width: 100, dataType: "bool", align: "center", dataIndx: "locked",
editor: { type: "checkbox", subtype: 'double', style: "margin:3px 5px;" },
validations: [{ type: 'nonEmpty', msg: "Required"}]
}
Is it possible to have the checkbox always show, rather than make the user click to show it? (See screenshot)