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 prevent the immediate deletion of the node when the delete key
is pressed. I need to trigger some kind of a modal to confirm the
delete action and then, if it was confirmed, proceed with the deletion.
BMBalasubramanian Manikandan Syncfusion Team January 9, 2023 01:08 PM UTC
Use commandManager to prevent deletion of a node. We
have created a sample in which we can delete node1 and prevent delete action
for other nodes. Refer to the below mentioned code example, documentation and
sample.