SMART datagrid v.1 > Classes > GridBase
返回目前被选的SelectionItem对象。
var selection = grid.getSelection(); if (selection) { grid.clearSelection(); }