New to Kendo UI for jQueryStart a free 30-day trial

DataUrlField

configuration

Sets the field of the data item that provides the link URL of the nodes.

Default: null

<div id="treeview"></div>
<script>
var items = [
  { text: "Tea", LinksTo: "http://tea.example.com" },
  { text: "Coffee", LinksTo: "http://coffee.example.com" }
];
$("#treeview").kendoTreeView({
  dataUrlField: "LinksTo",
  dataSource: items
});
</script>
Not finding the help you need?
Contact Support