Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Why can't you add a EditorExit Handler to a DynamicForm or FormItem?

    This handler only exist for a ListGrid.
    But if you look at the docs for
    Code:
    DynamicForm.setValidateOnExit()
    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
Working...
X