The OnPaneResize (and SizeChanged) event does NOT fire when a pane is unpinned. When it flies out from the left, resizing the flyout does not fire events that would letus refresh the chart to fill the new size.
Reproduced in this REPL: https://blazorrepl.telerik.com/mfkqODwk35srscZe46
Hi Erik,
Aha, thanks for the clarification. In this case, please use the UnpinnedSize parameter and UnpinnedSizeChanged event.
https://blazorrepl.telerik.com/czYqlxve11RD618d03
This information was missing from the above two pages, so I just added it. Sorry about the omission.
Regards,
Dimo
Progress Telerik
Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.
Hi Dimo,
The chart does refresh immediately when unpinned. However, when the flyout is resized, none of the events (including OnStateChaged) are fired, so the chart does not refresh at that time.
In my REPL:
1. Unpin the Sales pane.
2. Click the Sales button in the left toolbar that is now visible.
3. Resize the flyout panel.
EXPECTED: OnPaneResize should fire so we can refresh the chart
Hello Erik,
When a DockManager pane is unpinned or docked, two things happen:
Let me know if I am missing something.
Regards,
Dimo
Progress Telerik
Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.