Completed
Last Updated: 27 Jan 2025 09:25 by ADMIN
Release 2025 Q1 (Feb)
Created by: Slava
Comments: 0
Category: Splitter
Type: Bug Report
0

Bug report

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

Reproduction of the problem

Test the API examples for the above mentioned methods

Current behavior

Append, insertAfter, insertBefore break the Splitter's layout. Max, min methods don't do anything.

TicketID: 1671602

Environment

  • Kendo UI version: 2024.4.1112
  • Browser: [all]
Completed
Last Updated: 10 Mar 2020 17:02 by ADMIN
 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
Completed
Last Updated: 10 Mar 2020 16:40 by ADMIN
Created by: R.
Comments: 2
Category: Splitter
Type: Bug Report
0

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

 

Completed
Last Updated: 10 Mar 2020 16:31 by ADMIN
Created by: Pascal
Comments: 1
Category: Splitter
Type: Feature Request
8
Completely remove a panel from the splitter, e.g. :
$('#container').data('kendoSplitter').removePanel('#somePanel');
Completed
Last Updated: 28 Feb 2020 17:37 by ADMIN
Created by: NirKo
Comments: 1
Category: Splitter
Type: Feature Request
6
Offer the possibility to add a panel

Completely add a panel from the splitter, e.g. : 
$('#container').data('kendoSplitter').addPanel('#somePanel');