If you have a collapsible Kendo UI Splitter with 2 Panes and horizontal orientation, and one of them has size, the other pane will not be collapsible.
First pane remains at a fixed width.
The Pane should completely collapse similar to the 2024.3.1015 version(Dojo).
Hello Robin,
Thank you very much for the suggested workaround. We highly appreciate it.
I added your example and an example using your approach, but with horizontal orientation in the related GitHub issue: https://github.com/telerik/kendo-ui-core/issues/8118.
As a token of gratitude for providing a workaround, I have updated your Telerik points.
Regards,
Neli
Progress Telerik
Enjoyed our products? Share your experience on G2 and receive a $25 Amazon gift card for a limited time!
I did a quick fix for my 2-panes-layout.
I think it will work for yours as well:
Hi
I have come across the same issue, with slightly different parameters - can be seen here:
https://dojo.telerik.com/rdujgTqp
The splitter has vertical orientation and both sizes set, but resulting in the same issue.
Btw.: Setting sizes in both panes in the dojo from the original report will result in the same issue as well.
Additional info:
The "flex-basis" CSS property of the left open pane seems to be calculated in the wrong way - its value does not change on collapse, resulting in no change in the panes size.