SMART datagrid v.1 > Classes > GridBase
Return Cell Index corresponding to First Column of first Data Row. If no data row, it will return the location of first Grid Row.
var idx = grid.getFirstCell(); grid.setFocusedIndex(idx);