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
274
Remove all nodes on client side
posted

I need to have a javascript function in my ASP.Net page I can call that will:

  1. Find the WebTree control
  2. Remove all the nodes from the tree

Any help would be greatly appreciated.

Parents
No Data
Reply
  • 6748
    Suggested Answer
    posted

    Hello Richard,

     

    You are taking the tree, and trying to delete its nodes in the correct way, so there should be some other reason why you are getting null when you try to take it. Would you tell me which Infragistics version are you using? I tried to replicate your error with 9.2.20092.1003, and I had no problems taking the tree and deleting the nodes.  Would it be possible for you to attach a sample?

     

    Regards,

    Lyuba

    Developer Support Engineer

    Infragistics

    www.infragistics.com/support

     

     

Children