Hi Jose,
Greetings from Syncfusion support.
Thanks for your patience.
We have analyzed the reported query “custom delete implementation” at our end.
Using deleteRecord method, we have achieved your requirement at our end. Here deletion happened only after a required grid data was selected.
Please refer this below code example.
[app.component.ts]
BtnClick() {
this.grid.deleteRecord();
} |
[app.component.html]
<button class='e-btn' (click)="BtnClick()">Delete</button>
|
Refer the help documentation:
Please check the sample/documentation link and get back to us, if you require any further assistance on this.
Regards,
Thiyagu S