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

 

Unplanned
Last Updated: 15 Jan 2025 17:58 by Jin

It would be nice to have a feature to remove some operator from the grid filter built-in functionality as a global setting so that they apply across all grid columns without needing to repeat this customization for each column.

I understand that Kendo supports this functionality as described, but my expectation is to configure it as a global setting rather than on an individual basis. This would significantly simplify configuration in cases where multiple grids or columns are involved.

Unplanned
Last Updated: 14 Jan 2025 09:19 by ADMIN
Created by: Marleen
Comments: 1
Category: TreeList
Type: Feature Request
0

We would like to provide the same loading behaviour to our customers by displaying a custom loading spinner.

Therefore I request the feature for a "Angular TreeList Loading Template", like it is already available for kendoGrid.

 

Unplanned
Last Updated: 09 Jan 2025 12:04 by Kendo UI
Created by: Kendo UI
Comments: 0
Category: Timeline
Type: Feature Request
1

Currently, when the Timeline has a horizontal orientation configured, only one event at a time can display its details - the selected one.

It would be great if multiple events could be visible at once in horizontal orientation as well similar to the rendering of the vertical orientation of the Timeline.

Unplanned
Last Updated: 07 Jan 2025 12:21 by Samir
Created by: Samir
Comments: 0
Category: Editor
Type: Feature Request
1

Hi, Team!

I would like to request the possibility of inserting various shapes in the Editor component similar to the functionality in Microsoft Word.

Here is a possible workaround: https://stackblitz.com/edit/angular-lx34zzvp-qhvevap1 

Unplanned
Last Updated: 07 Jan 2025 08:21 by Julian
Created by: Julian
Comments: 0
Category: Scheduler
Type: Feature Request
5
Adding a paper size option to the Scheduler PDF Export component would be a helpful improvement, making the output more flexible.
Unplanned
Last Updated: 06 Jan 2025 12:40 by Chandra
Created by: Chandra
Comments: 0
Category: Signature
Type: Feature Request
1

Hi, Team!

I would like to request a functionality that allows the developer to bind the Signature component to a custom string value similar to:

 

Unplanned
Last Updated: 06 Jan 2025 12:27 by Martin
Created by: Bob
Comments: 7
Category: Kendo UI for Angular
Type: Feature Request
20

We could really do with a file explorer, I believe this is already available in your JQuery suite and is planned for .NET Core.

Syncfusion have already implemented an angular file manager which can use Azure Blob Storage as a backend (though other backends are also available).

In fact the syncfusion file explorer is based on your own component.  After some digging around looking for a similar solution I found their design document for the component which directly refers to the Telerik's own components.  You may want to consider contacting syncfusion on this because it appears to me that they may have breached your copyright. 

 

 

Unplanned
Last Updated: 26 Dec 2024 12:30 by Hui Chuan

Add a locale formatting option to the Grid pager elements, similar to the functionality available in the DropDownList within the Grid pager.

Related to - https://feedback.telerik.com/kendo-angular-ui/1674278-grid-pager-numbers-do-not-appear-to-respect-internationalization-locale

Workaround using the pager template - https://stackblitz.com/edit/angular-rvvry94x-8jfbjfbp

 

Unplanned
Last Updated: 26 Dec 2024 09:12 by ADMIN
Created by: Sean
Comments: 1
Category: Kendo UI for Angular
Type: Feature Request
1

When rendering a "No records available" message or template, this should be centered, not stuck in the scrollable columns section.

Unplanned
Last Updated: 20 Dec 2024 14:39 by Peter
Created by: Peter
Comments: 0
Category: PDFViewer
Type: Feature Request
1

When trying to render some PDF in the Kendo PDF Viewer it fails to render a number of characters. The characters are from the font "STSong-Light".

The file is also rendered in pdf.js viewer, but it looks like a substitute font is used (is a bit bolder). 

Provide an option for the Kendo UI for Angular PDFViewer to load substitute fonts or alternatively, an option for the developer to provide its own collection of fonts.

Unplanned
Last Updated: 20 Dec 2024 08:09 by Nicolas
Created by: Nicolas
Comments: 0
Category: Editor
Type: Feature Request
4

This event would be useful to focus the editor on some specific scenarios like in the Dialog:

https://www.telerik.com/kendo-angular-ui/components/knowledge-base/focusing-editor-inside-dialog

It currently relies on a short delay, which might differ depending on the machine.

Unplanned
Last Updated: 19 Dec 2024 08:53 by ADMIN
Created by: Kamran
Comments: 5
Category: Editor
Type: Feature Request
9

The following HTML markup is not supported and misinterpred by the Editor:

<span style="color: red;">Test <span style="color: blue;">Inner Span </span> Test</span>

The result is:

<p>
   <span style="color: red;">Test</span>
   <span style="color: blue;">Inner Span</span>
   Test
</p>

 

 

Unplanned
Last Updated: 18 Dec 2024 09:00 by Barış
Created by: Barış
Comments: 0
Category: Grid
Type: Feature Request
1

Hi, Team!

I would like to request the introduction of the Ctrl + A keyboard shortcut as an approach for selecting all rows inside the Grid component.

Unplanned
Last Updated: 17 Dec 2024 08:27 by Keith
Created by: Keith
Comments: 0
Category: PDFViewer
Type: Feature Request
1

Hi, Team!

I would like to request functionality for the Kendo UI for Angular PDFViewer that supports a pinch-to-zoom feature on mobile devices.

Unplanned
Last Updated: 09 Dec 2024 12:13 by Kendo UI
Created by: Kendo UI
Comments: 0
Category: Grid
Type: Feature Request
0
It will be a good enhancement to the keyboard navigation if column reordering can be done with the keyboard.
Unplanned
Last Updated: 09 Dec 2024 11:28 by Dheeraj
Created by: Dheeraj
Comments: 0
Category: DateInput
Type: Feature Request
1
Currently, there isn't a default setting for AM or PM, so the user must manually choose between them. One option could be for the auto-fill to set AM or PM by default. If the user enters the time but doesn't complete the AM/PM part, it won't autofill, but it will autofill if the time is incomplete and the user clicks away from the field. Another option to consider is adding it as an option in the formatPlaceholder.
Unplanned
Last Updated: 09 Dec 2024 09:53 by Anicia
Created by: Anicia
Comments: 0
Category: Charts
Type: Feature Request
1

It will be a good addition to the Title element if the underlined text option is added.

Currently, it can be added to the font property, but it will break the background property:

https://stackblitz.com/edit/angular-j1wzef?file=src%2Fapp%2Fapp.component.ts

Unplanned
Last Updated: 09 Dec 2024 08:48 by Sachin

Hi,

Currently, when the popup of the component is opened, it doesn't provide a boundary detection and render the popup in a proper position unless the alignment of the popupSettings is set by the developer. It will be a nice to have if the collision of the popup is provided as an option to the DropDownsButton component.

Unplanned
Last Updated: 04 Dec 2024 14:23 by ADMIN
Created by: Herman
Comments: 0
Category: Dialog
Type: Feature Request
2

When opening a Kendo dialog, it's in most cases necessary to prevent the background page from scrolling.

Telerik offers a solution to address this issue:
https://www.telerik.com/kendo-angular-ui/components/knowledge-base/page-is-scrollable-when-open-dialog

To make this process more straightforward, I propose adding a property, such as `disableBackgroundScroll`, to the dialog component. This property would automatically handle this behavior.

Example usage:
<kendo-dialog disableBackgroundScroll>
  ...
</kendo-dialog>


1 2 3 4 5 6