Announcement

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

    SelectItem in a Listgrid: save on change?

    Hi,

    If i have a SelectItem on a ListGrid. Is there a way to automatically save it whenever it's changed?

    Some users get confused and don't press enter, losing their changes.

    #2
    Add a ChangeHandler via field.editorProperties, and call listGrid.saveEdits().

    Comment


      #3
      Thanks, worked perfectly.

      Comment

      Working...
      X