Announcement

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

    ListGrid: record components and new record in grid

    Hi,
    I use the createRecordComponent/updateRecordComponent to add a column with image buttons (to save/cancel and edit action). This works fine/perfect for existing rows.

    However, I now try to get editing a new record to work, but I do not seem to get the record components to be created for a new record row.

    So my question: should record components also work with a row used for entering new records? I hope so... as I use record components to show a save/cancel button and a progress icon when the record gets saved.

    gr. Martin

    #2
    Sorry, this is currently supported. However you can use the same approach suggested for editing new records in TreeGrids - see the docs TreeGrid.startEditingNew().

    Comment

    Working...
    X