SMART datagrid v.1 > Classes > GridBase
If CellIndex specified by parameter index indicates a valid row within this grid, it will return true.
var idx = grid.focusedIndex();
if (grid.isValidateRow(idx)) {
return grid.getRow(idx.rowIndex).dataIndex();
}