JavaScript UI Libraries & Blazor Components Suite – Smart UI › Forums › Data Grid › is there a delete event? › Reply To: is there a delete event?
August 19, 2022 at 11:23 am
#103511
ivanpeevski
Participant
Hi,
In this case, please see the example here: codepen
If the row was deleted with the delete command button, you can use the onCommand callback function to get the row index before it was deleted. It also allows you to cancel the row delete operation by setting command.handled = true;
Best Regards,
Ivan Peevski
Smart HTMLElements Team
https://www.htmlelements.com/