Presently, the select event cannot be cancelled. If a user attempts to select a panelbar item, the element will be selected no matter what.
There are scenarios in which it would be helpful to prevent the selection through the select event. For example, if you want the selection to occur only when you click on a particular part of the item. Or if you want to stop the selection based on the title/text of the panel.
When the PanelBar is configured in MVVM the contentUrls does not take effect
The contentUrls does not take effect and no content is loaded in the PanelBar
It should be possible to use contentUrls in MVVM scenario.
Allow each item in a PanelBar to be named via Name() and then allow access to the items with alternatives like: var pb = $("#panelBar").data.("kendoPanelBar"); var item = pb.Items("myName"); or var item5 = pb.Items(5); Further, make the expand. collapse, select methods become methods of the item so that.... $("#panelBar").Items("myItem").expand(); is the way it is done. I am sure the same principle can be applied to other widgets like Menu, for example.
Hi Team,
I'd like to request to include a Header Template for the Kendo UI PanelBar. For example, I'd like to include a Kendo UI ComboBox in the Header but it's not accessible with a HeaderTemplate configuration.
Thank you!
I have same problem as this guy http://www.kendoui.com/forums/ui/panelbar/expand-all.aspx Via some tricky magic I managed to expand just first sublevel It will be nice to have an option to render all panelBar item sublevels expanded and a method expandAll
Originally jQuery UI accordion control has such property for filling free space of parent control and stretching appropriate accordion item to fill this space. Will be really nice to have this functionality in KendoUI PanelBar control. For now the workaround is to calculate space and set it trough JavaScript which is really naive solution.
On the panelBar I want to set orientation to horizontal. This would make many nice design oppertunities.
Hello Support,
I am using kendo UI panel bar in my page and showing charts into it so I just want to add pagination into too. I have explored to get a solution for this but no luck so could you
please provide me the solution for the same.
Thanks,