SMART datagrid v.1 > Classes > CheckBar
The width of CheckBar.
It specifies the width of area which can be taken up by CheckBar in grid in pixels.
Defaults to 21.
$('#incCheckBar').click(function (ev) {
grid.checkBar().setWidth(Math.min(30, grid.checkBar().width() + 2));
});