HasChildren
fieldsIndicates whether an item has children. When the hasChildren field value is true, the TreeList renders an expand icon.
The data source calculates the
hasChildernfield value for local-binding scenarios.
For lazy loading with remote data, calculate the field on the server.
The field is case-sensitive.
When the user clicks on the expand icon, the Kendo UI TreeList DataSource requests the children of the item by sending the parent item
idas a request parameter, for example&id=1.
The parameter name can be changed with the
paramaterMapfunction.
hasChildren
Boolean