dataUrlFieldString(default: null)

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

Example

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