SMART datagrid v.1 > Classes > GridBase

[ grids ver.1.3.2]   Back  Forward

DataLudi.GridBase.setCursor  method

Specify the default cursor shape of Grid. 

You can specify the cursor shape of each column by ValueColumn.cursor

function setCursor (cursor: String);
Returns
Void
Parameters
cursor - String.
It specifies the cursor shape as Cursor constant.
Code -1
    // Specify the default cursor shape as finger shape.
    grid.setCursor("pointer");
See Also
Cursor
ValueColumn.cursor