SMART datagrid v.1 > Classes > CheckBar

Back  Forward

DataLudi.CheckBar.showAll  property

If specify as true, check mark will be displayed in Check All cell which is displayed in grid header area. 

Defaults to true.

Getter
function showAll(): Boolean
Setter
function setShowAll(value: Boolean)
Code -1
    $('#toggleAll').click(function () {
        grid.checkBar().showAll(!grid.checkBar().isShowAll());
    });
See Also
showGroup
headStyles
GridBase.checkBar
Examples
Check Bar
Checkable Expression & Callback