Hello,
I want to enable the checkboxes for the top level of the treeview but disable or not show the checkboxes below that. So for your example at:
https://docs.telerik.com/blazor-ui/components/treeview/checkboxes/overview
I want to show (or enable) the checkboxes for Project and Implementation but not for Design, Site, index.js, index.html, or styles.css.
Thank you,
Thank you so much! I got very close to the correct code when I was experimenting with it but just couldn't get the last little bit (I was missing the singular <TreeViewBinding> before the <ItemTemplate>.
This will work great. I really appreciate it.