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 March 22, 2022 06:49 AM UTC
Hi Arnaud,
In TreeView component, we have selected property in fields property. By enabling this in corresponding node datasource, you can select the TreeView nodes at initial rendering. Check the below code snippet.
public hierarchicalData: Object[] = [
{
id: '01',
name: 'Local Disk (C:)',
expanded: true,
isSelected: true,
...
];
// Mapping TreeView fields property with data source properties