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.
The control supports multiple selection but there does not appear to be a programatic way to set the selected state on more than a single node.
Setting the SelectedNodes property with an array of nodes "to be selected" causes very odd behavior. Ther must be some other, correct, way to do this.
Any hints anyone?
RPRamesh Praveen Syncfusion Team July 11, 2003 05:40 AM
To select nodes from code you should do this:
TreeVireAdv.SelectedNodes.AddRange(some nodes);
In order for this to work the TreeViewAdv.MultipleNodeSelection must be set to true.
The results might not be visible if the Tree hasn`t got focus. To fix this you should set the HideSelection property to false.
Regards,
Praveen