Announcement

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

    How to get a list of ListGridRecords that are marked for removal?

    Hello, when you have a ListGrid and there are records that are marked for removal, how do you get a list of these records? getAllEditRows() returns all the rows that have edits, including those for removal, but how do I distinguish which ones are marked for removal?

    #2
    We don't have an API to return the full set of records marked for removal but you can use getAllEditRows and then call recordMarkedAsRemoved() on each record to see if it's been marked for removal
    https://www.smartclient.com/smartcli...arkedAsRemoved

    Comment

    Working...
    X