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.
SPSowmiya Padmanaban Syncfusion Team May 6, 2020 11:29 AM UTC
Hi Samba,
Greetings from Syncfusion support.
We have checked your reported query with TreeView component. Yes, it is possible to delete the multiple node in TreeView component. You can get the selected node of TreeView component by using SelectedNodes property. And then you can pass the selected node value in removeNodes method of TreeView component in the select event of context menu component .
Refer the below code snippet.
public menuclick(args:MenuEventArgs){
let targetNodeId:any=this.treevalidate.selectedNodes;