Announcement

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

    Editable listgridfield change string method not available

    I am taking the approach suggested to capture listgrid field changes because there is no listgrid.cellChange() like there is for dynamicform.itemChange().

    void cellChanged (record, newValue, oldValue, rowNum, colNum, grid) [String Method]

    Fires after user edits have been successfully saved to the server, when the new value doesn't match the value before editing.

    If you want immediate notification of a changes before changes has been saved to the server, implement field.change() or field.changed() instead.
    In VB I do not see any property or event on my listgridfields with which to supply this string method.

    If there is another way to supply my custom method, I would be keen on knowing it.

    Thanks.
Working...
X