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
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