The Splitter's methods do not work as expected, resulting in broken layout.
Append, insertAfter, insertBefore - the layout is broken
Max, min methods - they have no effect.
Regression introduced with 2024.4.1112
Test the API examples for the above mentioned methods
Append, insertAfter, insertBefore break the Splitter's layout. Max, min methods don't do anything.
User should have option to display a splitter inside both normal and hierarchical grids so that user can display few columns to the right side of splitter.This helps when there are columns that are dynamically generated
We recently upgrade Kendo UI from version v2019.1.220 to 2019.2.619 and our user base is freaking out because they can't select the text on web pages that use the splitter.
https://dojo.telerik.com/IbARuWod
Completely remove a panel from the splitter, e.g. : $('#container').data('kendoSplitter').removePanel('#somePanel');
Offer the possibility to add a panel Completely add a panel from the splitter, e.g. : $('#container').data('kendoSplitter').addPanel('#somePanel');