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
290
XamDataTree Checkbox single selection
posted

Hi,

Is there a way to allow single selection of the checkboxes on XamDataTree?

Thanks,

Meisam.

 

 

Parents
  • 495
    posted

    Hi misamae,

    I am not sure exactly what is your question. But in XamDataTree for CheckBox Mode you can
    use -> TreeCheckBoxMode.Manual or TreeCheckBoxMode.Auto.
    TreeCheckBoxMode.Manual state means that when marking a node as checked the checked/uncheched status of its child nodes will not change.

    Example:

             dataTree.CheckBoxSettings.CheckBoxMode = TreeCheckBoxMode.Manual;

    Does this meet your question?

    Regards
    Tania

Reply Children