|
AJAX Features
TreeView comes with built in AJAX support.
This popular feature is ideal for large trees. This lets you first load your tree on startup and then load child-nodes on demand from the server through AJAX style callbacks.
AJAX Load On Demand
-
Server-Side Events via Callback:
When the AutoPostBack and EnableCallback options are set all server-side events can be handled via callbacks instead of postbacks.
|
|
|
|