SMART datagrid v.1 > Classes > EditOptions
If it is true, when commit the editing in the state of entering the text shorter than minLength specified in text editor, it will display Warning Message.
Defaults to true.
grid.setOptions({
edit: {
alertMinLengthError: true
}
});
grid.setEditOptions({
alertMinLengthError: true
});
grid.editOptions().setAlertMinLengthError(true);