Hi,
I have an interface with a read-only grid. I am loading the data into read-only grid using RECORD TYPE and also I have used selectable, selectionValue, selectionSaveInto properties.
I would like to implement delete functionality, where I need to allow multiple rows to be selected and click on "DELETE" button so that those selected rows of data should be deleted from the database table.
Discussion posts and replies are publicly visible
This is not exactly what you are expecting. But this implementation can give you some idea for your usecase implementation.