Hello,
I have a strange problem. Basically I am using CSS Friendly Control Adapters. When I populate a TreeView
I dynamically set the ShowCheckBox
property of the root node to false
. Any other node below the root node has the ShowCheckBox
property set to true
.
The TreeView
renders correctly - that is every node except of the root node has a check box.
The problem is that I cannot check the first node below the root node(?!). It just won't check. I've tired it with different sets of data but I still get the same result.
Any ideas?
Best regards,
B.