Incremental loading feature allow you to load certain level of tree nodes and than load remaining nodes on demand, ie. when user click to exapand a node.
This example use XMLHttpRequest Object to communicate to server, load child nodes of selected node by user, then update the tree to display the loaded nodes.
Copyright 2005-2006 www.addobject.com. All rights reserved.