Hi, i'm having some kind of trouble while i try to use the Checked property of RadTreeNode, i want to use this property but i don't want to show the checkbox to my user.
This is how my code looks like:
I tried to set CheckBoxes to true and it worked but i don't want my users to see the checkbox.
Here's how i'm changing the Checked property:
I also tried to user Node.Attributes but unfortunately when i tried to get the values from Attributes at server side they were exactly the same as they were in the time of the databind.
Here's how i changed the Attributes from the node:
That's all, thanks