SMART datagrid v.1 > Classes > GridBase
Specify the default cursor shape of Grid.
You can specify the cursor shape of each column by ValueColumn.cursor.
// Specify the default cursor shape as finger shape. grid.setCursor("pointer");