Announcement

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

    #16
    Is it possible to pass some arguments to MyEditoForm ? Can the arguments be
    data from the current record ( such like fld1), so I can show different custom editor form accordingly?

    Any Event attached to the editor entry ( such like entryEditorEvent) ?

    Comment


      #17
      Any such customization would basically specialize the FormItem to use within a grid. So you can do so by creating the FormItem in a context where you already have the grid, and passing the grid to it.

      Comment

      Working...
      X