Unplanned
Last Updated: 17 Jan 2025 13:56 by Stefan

In the Kendo for Angular Splitter component, adding or removing items from the bound array causes all panes to re-render, even if only one pane is affected. This results in unnecessary content reloads—for example, iframes inside panes are forced to reload, disrupting the user experience.

This behavior appears to stem from change detection triggering full DOM updates within the Splitter. We propose optimizing the component to prevent unnecessary re-renders of unchanged panes, improving performance, and preserving pane content during dynamic updates (similar to version 6.3.0).

Example with CSS that visually demonstrates the re-rendering of content - https://stackblitz.com/edit/angular-p7g2g477-8buqmjpe

The second example which is similar to the above - https://stackblitz.com/edit/angular-p7g2g477

 

Completed
Last Updated: 15 Nov 2024 12:56 by ADMIN
Created by: Michael
Comments: 1
Category: Splitter
Type: Feature Request
1
Provide an option that would allow developers to set the values of aria attributes like aria-valuenow, aria-valuemin and aria-valuemax to the separator elements.
Declined
Last Updated: 24 Jun 2024 07:17 by ADMIN
Created by: Software
Comments: 4
Category: Splitter
Type: Feature Request
2

Hello Kendo,

 

In our company more than 5 projects we are using Kendo Splitter. We really need to have Animation in Splitter collapse/expand event

 

thanks

Unplanned
Last Updated: 23 Aug 2022 07:15 by Steve

Hi,

It will be a nice addition to the component if a resizeStart and resizeEnd events are introduced to the component. These events will fire once and will be useful for API calls or other operations that need to be called once as the current resize event fires multiple times.

Thank you for your consideration.

Unplanned
Last Updated: 01 Apr 2022 08:20 by Andy

Hi,

It would be a good addition to the component if we had the option to set the collapsed size like Kendo jQuery:

https://docs.telerik.com/kendo-ui/api/javascript/ui/splitter/configuration/panes#panescollapsedsize

Thank you.

Unplanned
Last Updated: 25 Aug 2021 06:17 by ADMIN
Created by: Samuel
Comments: 3
Category: Splitter
Type: Feature Request
3

We have a requirement for our client where we should provide the following (see screenshot)

 

As you can see the Splitter is perfect for this. Unfortunately, at the moment the Divider cannot be customized. Yet we need to be able to add a title (here "Communication") and a badge (or label) with dynamic content.

 

Could this be implemented in a future version ?

 

Declined
Last Updated: 13 Jul 2021 06:10 by ADMIN
Created by: Clint Singer
Comments: 2
Category: Splitter
Type: Feature Request
0

It would be great if there was some way to customize the complete look and feel of the splitter control. 

I would think this would be possible via a custom template, similar to how one does a cell template for the grid control.