kendo-labs/angular-kendo

PanelBar - new items are not formatted correctly

Closed this issue · 6 comments

Please take a look at the sample at http://trykendoui.telerik.com/OxeY/3.

Click on the button and you'll see that the newly added items do not have the appropriate formatting.

Thank you.

Maricris Villareal

This behavior is not supported, see this page about ng-repeat.

Thanks.

But PanelBar only accepts a plain datasource (Not an ObservableArray, right? )
Is there any example of a way to do this with the datasource PanelBar accepts?
Thanks!

Kevin,

We had to switch to a TreeView ourselves. I suggest you open another
ticket to get an answer.

Aris

On Wed, Jun 25, 2014 at 4:05 PM, Kevin Radcliffe notifications@github.com
wrote:

But PanelBar only accepts a plain datasource (Not an ObservableArray,
right? )
Is there any example of a way to do this with the datasource PanelBar
accepts?
Thanks!


Reply to this email directly or view it on GitHub
#357 (comment)
.

Indeed, the PanelBar does not support a live DataSource. There's not much we can do about it here, but if you're a Kendo UI customer I suggest you to vote for, or open a feature request about this matter.

Okay, thank you