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
470
XamDataAtree binding
posted

Hi Support,

I am using the XamDataTree and set the binding like this  ActiveDataItem="{Binding SelectedObject, Mode=TwoWay}". The tree has several layers in hierarchy structure. When I select the child node of the tree, the binding doesn't happen and the control has a "Red Border". What I want is when select the sub child node, set the SelectedObject to null and should not show the "Red border".

Please suggest.

thanks,

Eric

Parents
No Data
Reply
  • 35319
    posted

    Hi Eric,

     

    Thank you for your post. I have been looking into your issue and no red border appears on my side. Could you please tell me whether this is some kind of your custom implementation?

     

    I am attaching a sample application(BindingSelectedDataItem.zip) that I used for my tests.

     

    Are you trying to make the binding valid only for the main node layout?

     

    Looking forward to hearing from you.

    BindingSelectedDataItem.zip
Children