Welcome to the Angular feedback portal. We’re happy you’re here! If you have feedback on how to improve the Angular, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
Hi,
is there any event that can be handled when user selects some cells and deletes them(using delete key down). I've inspected available eventEmitters like:
actionComplete, actionBegin, beforeCellFormat, beforeCellRender, beforeCellSave, beforeDataBound, beforeSave, cellEdit, cellEditing, cellSave
but i'm unable to read from none of them, that delete action was executed. Can it be added to f.e. actionComplete? Is there any workaround for that?