Hi,
I didn't manage to expand all nodes with the treeview remote data.
Is it possible ?
Many Thanks !
I didn't manage to expand all nodes with the treeview remote data.
Is it possible ?
Many Thanks !
01. @(Html.Kendo().TreeView()02. .Name("treeview2")03. .Checkboxes(checkboxes => checkboxes04. .Name("checkedFiles")05. .CheckChildren(true)06. )07. .LoadOnDemand(false)08. .ExpandAll(true)09. .DataTextField("Name")10. .DataSource(dataSource => dataSource.Read(read => read.Action("GetAssemblies", "FrontDataSource"))))