SMART datagrid v.1 > Classes > CheckBar

Back  Forward

DataLudi.CheckBar.exclusiveDisplay  property

If it is false, when exclusive is true, it will display check bar cells with check box rather than radio box. 

Defaults to true.

Getter
function exclusiveDisplay(): Boolean
Setter
function setExclusiveDisplay(value: Boolean)
Code -1
    $('#exclusiveDisplay').click(function (ev) {
        grid.checkBar().setExclusiveDisplay(ev.target.checked);
    });
See Also
exclusive
GridBase.checkBar
Examples
Check Bar
Checkable Expression & Callback