SMART datagrid v1.4 > Classes > CheckBar

Back  Forward

DataLudi.CheckBar.showAll  property

true로 지정하면 그리드 헤더 영역에 표시되는 Check All 셀에 check mark가 표시된다. 

기본값은 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
CheckBar
Checkable Expression & Callback