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

LoadOnDemand

configuration

Indicates whether the child DataSources should be fetched lazily when parent groups get expanded. Setting this to false causes all child DataSources to be loaded at initialization time.

Default: true

<ul id="panelbar"></ul>
<script>
$("#panelbar").kendoPanelBar({
  loadOnDemand: true,
  dataSource: [
    { text: "foo", items: [
      { text: "bar" }
    ] }
  ]
});
</script>
Not finding the help you need?
Contact Support