SMART datagrid v.1 > Classes > CheckBar
If it is true, when the user clicks Check All cell, it will change Checked state of Grid rows which are expanded only.
EditOptions.checkable should also be true.
Defaults to false.
$('#checkVisibleOnly').click(function (ev) {
grid.checkBar().setVisibleOnly(ev.target.checked);
});