SMART datagrid v.1 > Classes > CheckBar
If it is true, it will change Checked state of row only clicked by user as true, and else will become false.
It also displays check mark of CheckBar cells with raido button.
Defaults to false.
$('#exclusiveCheck').click(function (ev) {
grid.checkBar().setExclusive(ev.target.checked);
});