SMART datagrid v.1 > Classes > EditOptions
If it is true, when the mouse is over the cell of editing row, if there is an error, it will display the error with tooltip.
Defaults to false.
grid.setOptions({
edit: {
hintOnError: true
}
});
grid.setEditOptions({
hintOnError: true
});
grid.editOptions().setHintOnError(true);