SMART datagrid v.1 > Classes > GridBase
Change the location of focused cell by Column specified in parameter column.
Only change the location of column rather than row of the existing Focused Cell. If want to change only the location of row rather than column, you can use setFocusedRow.
Please refer to setFocusedIndex.
// Move to the first column.
grid.setFocusedCol(grid.getFirstColumn());