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.
Does anyone know the correct way to use the MultipleSelect feature of TreeViewAdv?
I have an event handler for the AfterSelect event that accesses SelectedNodes to find out what the new current selection set is. However it seems that although the end user sees the nodes as selected the TreeViewAdv control does not add a newly selected node to the SelectedNodes list until well after the AfterSelect even is raised.
Is this a bug, or is there a better way of tracking user interaction?