This is a migrated thread and some comments may be shown as answers.

Sub-panel of the Panelbar doesn't expand properly with the animation set to false

1 Answer 48 Views
PanelBar
This is a migrated thread and some comments may be shown as answers.
Joe
Top achievements
Rank 1
Joe asked on 14 Jun 2012, 12:41 AM
After setting the animation to false, try to expand the panel contains some sub-panels and then collapse it and then expand it again, the sub-panels within this panel will not work properly. 

1 Answer, 1 is accepted

Sort by
0
Accepted
Kamen Bundev
Telerik team
answered on 18 Jun 2012, 07:34 AM
Hello Joe,

The issue has already been fixed and the fix will be available with the next release (and the beta). Until then you can work around the issue by using animation with duration: 0, like this:
$("#panelbar").kendoPanelBar({
    animation: { expand: { duration: 0 }, collapse: { duration: 0 }}
});

Greetings,
Kamen Bundev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
PanelBar
Asked by
Joe
Top achievements
Rank 1
Answers by
Kamen Bundev
Telerik team
Share this question
or