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
155
Refresh or Add Node to WebDataTree Client Side
posted

I have a WebDataGrid on a page with a WebDataTree.

The WebDataGrid is used for data entry. Once the data is in the database I need to update/refresh the WebDataTree.

I would like to make all of the calls "AJAX".

I tried wrapping the WebDataTree in an UpdatePanel. This works, however, the performance is horrible.

Is there a way, client side, to refresh a WebDataTree, or add a Node to a WebDataTree?

 

Thanks,
Jeff 

Parents
No Data
Reply
  • 33839
    Suggested Answer
    posted

    Hi Jeff,

    Unfortunately, there is no way to refresh the WebDataTree on the client side.  And adding nodes on the client is not yet implemented in the public api.  You might be able to go into the private methods on the client to add a node, but you would have to create the element in the dom and add it to the node collection. 

    I would definitely suggest submitting a feature request for client side node adding.

    regards,
    David Young

Children
No Data