Add MVVM support for PanelBar, so sections can be added dynamicaly from ViewModel. Currently no MVVM support exists for PanelBar, but there is already MVVM support implemented for TreeView (both of them use hierarchical datasource).
Now we just need a way to template the data... http://kendoui-feedback.telerik.com/forums/127393-kendo-ui-feedback/suggestions/6097226-support-templates-in-panelbar
Hi everyone, We implemented datasource support for the Panelbar: http://demos.telerik.com/kendo-ui/panelbar/local-data-binding Changing the datasource contents would update the widget accordingly.
need this.. lets us know if there is any alternate way.
vote for PanelBar with MVVM support
I think all widgets must support MVVM.
I'm sorry, but as a professional license subscriber, and someone that has chosen Kendo over competitors so that I don't have to rely on 3rd party libs., not being able to bind a model-view to core UI components is frustrating to say the least. I would recommend that some time is spent on unifying the core framework. REALLY frustrated right now. The docs should reflect either the lack of support or the correct workarounds. I don't like gumming up my code with unnecessary DOM calls and spending hours trying to get something to work that isn't supported.
I looked this up because such a binding would make my code much cleaner. Definitely a must.
Just a quick query to see if this has been implemented? I notice you can do it with knockout (http://rniemeyer.github.io/knockout-kendo/web/PanelBar.html) Is there an equivalent of knockout for-each syntax so I can render a dynamic list of panelbars from a viewmodel?
Also binding for the Menu should work as well.