SMART datagrid v.1 > Classes > GridBase
Remove all existing selection areas, and add one selection area in the focused cell location.
$('#clearSel').click(function () { grid.clearSelection(); }