SMART datagrid v.1 > Classes > EditOptions
The message which will be displayed when commit editing in the state of entering the text shorter than minLength specified in text editor.
alertMinLengthError should be specified as true.
Defaults to "최소 ${length} 문자가 ?�력?�야 ?�니??".
grid.setOptions({
edit: {
minLengthMessge: "Too short text !"
}
});
grid.setEditOptions({
minLengthMessge: "Too short text !"
});
grid.editOptions().setMinLengthMessge("Too short text !");