Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
95
Selection of Optionbutton in win ultratree
posted

I have created a structure using ultra tree control, there is an optionbutton on each node, but when I click on optionbutton of each node, it get selected as you can see  in the figure, but I want when I click on optionbutton only one optionbutton of that node should  be selected.

How can I achieved this? Please suggest.

Parents
  • 69832
    Verified Answer
    Offline posted

    The OptionButton node style was really designed to be used in scenarios where the set of options all belong to the same Nodes collection. When this is the case, the control automatically handles exclusivity. You can probably achieve what you describe here by handling the AfterCheck event and clearing the CheckState for all nodes except the ActiveNode.

Reply Children
No Data