Unplanned
Last Updated: 17 Jun 2022 13:36 by Andy
Andy
Created on: 17 Jun 2022 13:36
Category: TreeView
Type: Feature Request
8
Expose an option for the TreeView to disable checkbox selection only for parent items

I have a TreeView declared and bound to a hierarchical database table. I'd like to be able to Cancel the 'Check' function on any node where HasChildren == true. I don't mind the check box being visible, because I like the multiple check states of the Parent Nodes, but the user should be only able to actually check the nodes where HasChildren == false. Is there a way to cancel the check for those parent nodes?

Please forward the ticket as a feature request for TreeView. For example:

<TelerikTreeView Data="@Data" CheckParents="true"CheckOnClick="true"CheckChildren="false" AllowParentNodesCheck="false">

0 comments