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.
ILIndhumathy Loganathan Syncfusion Team June 14, 2022 12:04 PM UTC
Hi hkourd,
Greetings from
Syncfusion support.
We understand that you
want to render the separate group of nodes as a TreeView. For your reference,
we have prepared a sample where we retrieve the specific node details with a
button click and update the TreeView with those corresponding node details.
Check the below code snippet.
document.addEventListener('DOMContentLoaded', function () {
// Create instances for TreeView element
var
treeObj = document.getElementById('hierarchical').ej2_instances[0];
var data
= treeObj.getTreeData('AS');
// Update the data.
document.getElementById('btn').onclick = function (e)
{