This question is locked. New answers and comments are not allowed.
Hello,
We want to refresh a Node over the client side. We are doing that right now with the ajaxRequest method with the DOM item as the parameter. Now lets suppose we have a node without child nodes. I refresh the node with the ajaxrequest call, on the server I find new child elements and return that over json. The treeview diplays now correctly child elements of the refreshed node. But the minus icon is not displayed. How can I achieve that ? A similar problem I have when I refresh a node with a child node which was deleted. After ajaxrequest the minus symbol disappears, but even I return no results in json the child node is still displayed.