The Syncfusion native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
I want to delete a row from data grid, but also from my database, what is the event to handle delete function, or how can i get the id of the row which i am deleting?
PSPavithra Subramaniyam Syncfusion Team May 28, 2019 04:34 AM UTC
Hi sayali ,
Thanks for contacting Syncfusion support.
You can achieve your requirement by using the “actionBegin” or “actionComplete” event of Grid component with requestType ‘delete’. Please refer to the below code example, documentation link and sample link for more information.