SMART datagrid v.1 > Classes > CheckBar

Back  Forward

DataLudi.CheckBar.showGroup  property

If it is true, check mark will also be displayed in Group Rows which are not data row, and the user can click check cell to change Checked state. 

Defaults to true.

Getter
function showGroup(): Boolean
Setter
function setShowGroup(value: Boolean)
Code -1
    $('#showGroup').click(function (ev) {
        grid.checkBar().setShowGroup(ev.target.checked);
    });
See Also
checkableOnly
GridBase.isChecked
EditOptions.checkable
GridBase.checkBar
Examples
Check Bar
Checkable Expression & Callback