Skip to content

Commit 4492dde

Browse files
committed
Add link to HDS overview. Closes #598.
1 parent 62838f5 commit 4492dde

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

api/javascript/data/hierarchicaldatasource.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,10 +128,10 @@ widget needs to have different states for items that have no children (e.g. the
128128

129129
### schema.model.children `String|Object` *(default: "items")*
130130

131-
DataSource object or configuration for fetching child nodes. Through examples of that can be found
132-
in the **Getting started** section.
131+
DataSource object or configuration for fetching child nodes.
132+
Detailed explanation of how children are fetched is found in the [HierarchicalDataSource overview help topic](http://docs.telerik.com/kendo-ui/framework/hierarchicaldatasource/overview).
133133

134-
> Note that "children" is not a valid value. The model already has a children property - the child data source.
134+
> Note that "children" cannot be used as a field name. The model already has a children property - the child data source.
135135
136136
For static HierarchicalDataSource (local data), this field may be a `String`,
137137
indicating which field holds the nested data.

0 commit comments

Comments
 (0)