SMART datagrid v.1 > Classes > GridBase
既存の選択の領域をすべて削除して、フォーカスを持ったセルの位置に選択領域を一つ追加する。
$('#clearSel').click(function () { grid.clearSelection(); }