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.
When the user clicks on the checkbox belonging to a TreeNodeAdv that is not currently selected, the node owning the clicked checkbox gets selected. Is there any way of preventing the selection from changing in this case?
It also seems to change the selection when expanding a node. So if you have one node selected, then click on the + to expand another node, the selection moves to the newly expanded node. The MS TreeView doesn't seem to do that by default.
WSWarren SchudyJune 27, 2003 05:09 PM UTC
Looking at the source, it appears that the problem is caused by TreeViewAdv.GetNodeAtPoint(Point p, bool textBounds) ignoring its second parameter (Code that considers that parameter is commented out). In effect, FullRowSelect is always on as far as selecting nodes is concerned.
-wjs
ADAdministrator Syncfusion Team June 27, 2003 05:34 PM UTC
Warren, Brad,
Thanks for the feedback. We are looking into this and will post an update here early next week. Thank you for choosing Syncfusion.
Best regards,
Daniel
Syncfusion, Inc