How Can I have a tree with checkboxes? what's the property I need to set to enable this?
Thanks
what do you mean by apply? how to check the checkboxes?
If so, get the node and set the checkstate of your UltraTreeNode
well, im sure im just plain stupid. I guess those 10+ years of developer experience means nothing when facing infragistics logic.
45 minutes spend and im giving up.
How do I apply checkboxes to my node and my children and siblings in one click on the mother node?
1 hundred thanks for that post.
I have been like for 2 days and a half trying to insert checkboxes editables in columns.. I tried all..
THANKS!
If you want CheckBoxes on a node in Standard style, you set the NodeStyle on the Override. But there's no way to disable the checkbox in this case without disabling the whole node. Maybe you can cancel the BeforeCheck event - I'm not sure if it's cancellable.
Yeah I found the CheckState to check uncheck the checkbox.
I'm having a hard time to find a way to disable a checkbox but with the node still expandable.