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
350
web tree => change parent refresh node
posted

Hi all,

I'm a beginner with asp net, we work with asp net 4.0 and infragistic version dot net 4.0

I have a page with a control type of UltraWebTree i build some root with some child without problem :)

Now, when i click on a child i open a detail page.

this page contains my informations and a button for to select an other parent (change parent)

But when i click on the save button for to save child information with the new parent i have a problem

my child is locate on the tree two time !!!!

Yes, my child is locate on the last parent and on the new parent  ..

Any idea ?

I've try to start a javascropt function with the new parent and last parent for to refresh the node (last, and new) but that's doesn't work ..

thanks for your time and your simple

Christophe

 

Parents
No Data
Reply
  • 18204
    Offline posted

    Hi Christophe,

     

    It sounds like you may be binding your node to the tree a second time unexpectedly.  I'm unsure of how you've set up your pages, and I can't immediately tell what could be causing this.  If you could provide some more information of how you're binding your data and what you are doing when the Save button is pressed.  Or if you can provide a sample of the code and markup you're using, I could take a better look at this to help find the cause.

    Looking forward to hearing from you.

Children