SMART datagrid v.1 > Classes > CheckBar
If specify as true, check mark will be displayed in Check All cell which is displayed in grid header area.
Defaults to true.
$('#toggleAll').click(function () {
grid.checkBar().showAll(!grid.checkBar().isShowAll());
});