Question
2
Replies
223
Views
TechM
Posted: May 17, 2018
Last activity: May 17, 2018
Closed
Bulk Delete by selecting Check Box
We are trying to achieve bulk delete option in a grid.
To my knowledge, OOTB delete function in grid only deletes a single row from the list. I couldnt find any OOTB functions for bulk delete.
Kindly advice.
OOTB we dont have bulk delete option.
We can do this by,
1. Provide a checkbox on each row and configure the check box to a property. User can select which all rows he want to delete.
2. Now add a button, on click of this button run an activity and delete all the rows on which the checkbox is selected and refresh the section