SMART datagrid v.1 > Classes > CheckBar
If it is true, it will continuously check one or more CheckBar cells by dragging the mouse.
If type Ctrl key, it will toggle Checked state of each cell.
Defaults to false.
$('#draggable').click(function (ev) {
grid.checkBar().setDraggable(ev.target.checked);
});