I need to find a way to execute my code (adjust popup size) when panelbar finished to change its size.I currently use expand/collapse methods but they called before animation starts and size start changing.
Thank you.
1 Answer, 1 is accepted
0
Dimiter Topalov
Telerik team
answered on 19 Jul 2016, 12:29 PM
Hello Sergey,
The Kendo UI PanelBar does not expose such an event, but you can configure the duration of the collapse/expand animations via the following options:
... and then wrap the collapse/expand event handlers' logic in a setTimeout(), passing the duration as a delay. I have prepared a simple dojo, illustrating the suggested approach: