Posted 16 June 2022, 4:47 am EST
Hello,
I removed a row from collectionview, but after trying to save that change to the DB - the DB refused to delete it. So now I need to cancel that removement from the collectionview - BUT unlike cancelEdit and cancelNew - for removement there is no method cancelRemove. I’ve tried to add the removed item manually to collection items, but it didn’t work.
Help!!! What should I do?