This handler only exist for a ListGrid.
But if you look at the docs for
it says:
"If true, form items will be validated when each item's "editorExit" handler is fired as well as when the entire form is submitted or validated. <P> Note that this property can also be set at the item level to enable finer granularity validation in response to user interaction - if true at either level, validation will occur on editorExit."
So how can we add a EditorExitHandler?
SmartGWT 3.0
But if you look at the docs for
Code:
DynamicForm.setValidateOnExit()
"If true, form items will be validated when each item's "editorExit" handler is fired as well as when the entire form is submitted or validated. <P> Note that this property can also be set at the item level to enable finer granularity validation in response to user interaction - if true at either level, validation will occur on editorExit."
So how can we add a EditorExitHandler?
SmartGWT 3.0