SMART datagrid v.1 > Classes > DisplayOptions
It specifies the display period of tooltip box in data cell in milliseconds.
If specify as less than 0, the mouse will be displayed until it moves out of the cell.
Defaults to 2000.
grid.setOptions({
display: {
hintDuration: 1000
}
});
grid.setDisplayOptions({
hintDuration: 1000
});
grid.displayOptions().setHintDuration(1000);