Bind the WebTree and  to any object that implements the IList, ITypedList, and IBindingList interfaces including the DataSet, DataTable, DataView, Arrays and Collections.
ADO.NET Databinding
Take complete control over dragging and dropping between WebTrees with our advanced client-side object model. Enable drop-mode and drag-mode on the client and server side.
Client Side Drag and Drop
Flag individual nodes as disabled so they can't be edited, selected, or clicked on. You have complete control over the style of disabled nodes.
Disabled Nodes
Flag individual nodes as hidden so they won't be rendered to the client. This gives you control over what nodes your users can see.
Hidden Nodes
Defining the style of a node when it is selected or hovered will be much easier with the new MergeStyles property. By setting this property to True, any properties (e.g., font, border, height, and alignment) that you set on the basic node style will be automatically merged with the properties of the Hover and Selected styles of WebTree. So now there's no need to explicitly set individual style-related properties on the Hover or Selected style. Simply set the properties on the basic node style, and the MergeStyles feature will take care of the rest!
Merging Styles
Searching and sorting capabilities, along with client-side node selection and editing.
Searching and Sorting
Turn this property on to display only the nodes of a single branch chain at one time. As other nodes in other chains are clicked, the current open chain will collapse. When used with Load on Demand, you can conserve page real estate and reduce transmission times.
Single Branch Expand
Provide consistent looks and feels to all objects as well as simplifying modifications of global appearances. Set the look and feel of individual Trees, Levels, and Nodes with Style objects.
Style Objects
We provide an entire set of predefined templates for defining commonly found looks on websites.  Layout templates include common functional styles (XP, 2003, standard and more), coordinated color schemes, creative border solutions, images and font selections. Or create your own, and save it as a custom template to reuse or distribute as a corporate standard.
Style Presets