Skip to content

Commit 03a90f4

Browse files
docs(treeview): clarify LOD example
1 parent 39b4b24 commit 03a90f4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

components/treeview/data-bind.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -347,6 +347,8 @@ This lets you gather separate collections of data and/or use different models at
347347

348348
You don't have to provide all the data the treeview will render at once - the root nodes are sufficient for an initial display. You can then use the `OnExpand` event of the treeview to provide [hierarchical data](#hierarchical-data) to the node that was just expanded. Loading nodes on demand can improve the performance of your application by requesting less data at any given time.
349349

350+
The **example** below shows how you can handle load on demand in detail. It uses two different models for the two different [levels of data bindings](#multiple-level-bindings) it showcases. You do not have to use different models and/or different bindings.
351+
350352
>caption Load on Demand in a TreeView with sample handling of the various cases. Review the code comments for details.
351353
352354
````CSHTML

0 commit comments

Comments
 (0)