Unplanned
Last Updated: 16 Sep 2025 16:50 by Jan
Created by: Kendo UI
Comments: 9
Category: DateInput
Type: Feature Request
7

Currently, it is not possible to enter a date that falls exactly on a Daylight Saving time.

Check the following example where it is not possible to enter 3 for the hours' section (it is also not possible to select 3 from the TimePicker popup):

https://stackblitz.com/edit/angular-nstdolh5-xfiws9nr

That behavior is expected as there is no such time in the Bulgarian time zone. Daylight saving time begins on 30 March 2025 03:00 when the time is moved 1 hour forward.

The demonstrated undesired behavior for the specific date will be reproducible only if the example is opened in the specified time zone. But the same behavior is valid for any other date that falls on Daylight Saving time in other time zones.

We should decide on what the expected behavior is for such cases. For example not allowing entering the value, displaying an error, auto-switching to the real hour (4 AM), etc.

Declined
Last Updated: 16 Sep 2025 15:40 by David
Created by: Seyfor
Comments: 3
Category: Window
Type: Feature Request
8

Please support out of the box support for modality. I know there is how to, but out of the box, for such basic feature seems reasonable.

Also suggested how to doesn't work for windows initialised through service.

This would also align Angular Window component with KendoUI Window component modality.

Declined
Last Updated: 16 Sep 2025 15:39 by David
Created by: Seyfor
Comments: 6
Category: Dialog
Type: Feature Request
4

I would like to move dialog (because there is some content behind I need to see in order to fill form in dialog).

It would also be great if it could be resizable. If you have an input component inside dialog, you could set width to 100%.

Unplanned
Last Updated: 11 Sep 2025 07:02 by Anupama
Created by: Anupama
Comments: 0
Category: RadialGauge
Type: Feature Request
1
Add a legend to the gauges similar to the chart legend. This enhancement provides clear and valuable information to users about the gauge data.
Unplanned
Last Updated: 10 Sep 2025 12:02 by Simon

It would be a good feature if you allowed the same customisation options for the built-in filter-menu components, like the TreeList component.

https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/filter-menu#built-in-filter-menu-components

Unplanned
Last Updated: 10 Sep 2025 08:09 by ADMIN
Scheduled for 2025 Q4 (Nov)
Created by: Werner Haltner
Comments: 9
Category: ListBox
Type: Feature Request
27

Hi,

It will be a good component enhancement if selection and multi selection was introduced to the ListBox component. Like Kendo UI for React and jQuery:

https://www.telerik.com/kendo-react-ui/components/listbox/selection/

https://docs.telerik.com/kendo-ui/api/javascript/ui/listbox/configuration/selectable

Thank you for your consideration.

Unplanned
Last Updated: 09 Sep 2025 13:37 by Kendo UI
Created by: Kendo UI
Comments: 0
Category: TreeList
Type: Feature Request
1

Provide the ability to customize the drag handle for the row reordering of the TreeList, similar to the available Grid feature:

Unplanned
Last Updated: 09 Sep 2025 08:39 by Kendo UI
Created by: Kendo UI
Comments: 0
Category: Spreadsheet
Type: Feature Request
1

Enhance the Spreadsheet component by providing the double-click fill down functionality available in Excel. For reference:

Unplanned
Last Updated: 09 Sep 2025 05:38 by FIBA IT Department
Created by: FIBA IT Department
Comments: 0
Category: MultiSelectTree
Type: Feature Request
1
Add checkParents to MultiSelectTreeCheckableSettings to control parent node states.
Unplanned
Last Updated: 05 Sep 2025 07:52 by ADMIN
Created by: Uwe
Comments: 3
Category: DatePicker
Type: Feature Request
4

Hi, Team!

I would like to request both prefix and suffix templates that would allow users to display various elements as adornments in the Date Inputs components.

Unplanned
Last Updated: 05 Sep 2025 06:51 by Uzma
Created by: Uzma
Comments: 0
Category: Charts
Type: Feature Request
1
A title template allows the developer to create the title with an ellipsis or implement a tooltip, among other customizations such as adding extra elements.
Unplanned
Last Updated: 05 Sep 2025 06:50 by ADMIN

Currently, when a MaskedTextBox is emptied while the includeLiterals property is set to true, the control returns a string that still contains the literals defined by the mask. This behavior makes it difficult to distinguish between a genuinely empty input and one that contains only literals.

Expected behavior:
When the user clears the input, the MaskedTextBox should return either an empty string ("") or null, even if includeLiterals = true.

Suggested improvement:
Introduce an option on the MaskedTextBox that lets developers choose the desired behavior when clearing:
Keep literals (current behavior),
or Return empty string / null (proposed behavior).

Why this matters:
It complicates validation and data processing, as developers need to add extra logic to detect and strip literals.
In many real-world scenarios, an empty field should semantically represent no input, not a string with placeholder characters.
Making this configurable would give developers flexibility without breaking existing behavior.

Reproducible example:
I’ve created a working example in StackBlitz that demonstrates the issue.

Unplanned
Last Updated: 28 Aug 2025 05:10 by Laurent
Currently, there is no built-in property in the service to control whether the button renders. A boolean property in the DialogSettings could serve that purpose.
Completed
Last Updated: 27 Aug 2025 13:56 by ADMIN
Created by: Kendo UI
Comments: 1
Category: ConversationalUI
Type: Feature Request
3

Currently, it is not possible to include additional buttons next to the send button in the Conversational UI.

Having such feature will provide a way for adding more action buttons such as file/image/video selection etc.

Completed
Last Updated: 27 Aug 2025 13:47 by ADMIN
Created by: Simon
Comments: 1
Category: ConversationalUI
Type: Feature Request
2

Such a directive will help in customizing the content of the attachments and I would also like to create a horizontal list that expands downward which will eliminate the scroll button.

Unplanned
Last Updated: 27 Aug 2025 13:42 by ADMIN
Created by: Simon
Comments: 1
Category: ConversationalUI
Type: Feature Request
1
It will be nice to have the option to edit or delete a message when selecting it, similar to other messaging services like Microsoft Teams.
Declined
Last Updated: 27 Aug 2025 08:27 by ADMIN
Created by: Kendo UI
Comments: 1
Category: Grid
Type: Feature Request
0

Please provide row virtualization as addition to the current virtual scrolling functionality.

Current behavior
Virtual scrolling is currently tied to the pageSize. This is not always desirable as page size can be much higher than the visible area to optimise for network latency.

For example if the pageSize is 200 rows and the grid is only 10 rows high we'll be rendering 190 more rows than needed at initialization time.

Expected behavior
Virtual scrolling should include an option to render only the visible rows at any given time.

Completed
Last Updated: 27 Aug 2025 08:08 by ADMIN
Created by: Kendo UI
Comments: 1
Category: Grid
Type: Feature Request
1

Current behavior

The developer must measure the Grid row height in the browser and set it to the `rowHeight` in order for virtual scrolling to work correctly. Setting an incorrect value can lead to subtle errors - glitches during scrolling or inability to scroll down to the last row.

The row height may change as a result of a styling adjustments and is not guaranteed to be identical across browsers and devices. This makes the current workflow tedious and error-prone.

One of the following approaches can be used to solve this issue:

  • The Grid should take accurate measurements of the row height at run-time. The developer should still be aware that row height is constant . This is the preferred approach as it does not change current behavior, instead the set `rowHeight` value is ignored.
  • The set `rowHeight` should be applied as inline styles. This is a more risky approach as it will change the appearance of the Grid.
Unplanned
Last Updated: 22 Aug 2025 07:10 by Daniel
Created by: Daniel
Comments: 0
Category: Grid
Type: Feature Request
1

Provide a built-in column menu component (like in the Grid and TreeList) for the base column menu functionalities - filter, sort, sticky. This way, custom column menus can be easily created when you want to keep some of the default options. 

Right now, I need to create all components, even those for filter and sort, from the ground up, but available as:

kendo-grid-columnmenu-filter
kendo-grid-columnmenu-sort

is the Grid.

Unplanned
Last Updated: 21 Aug 2025 08:07 by ADMIN

Hello,

I would like to request a way to have the selected/unselected column menu sorted separately from the table's columns.

Here is our table which demonstrates the current behavior.

When first rendered on the page:

After re-arranging the columns:

However, it'd be nice to have the column menu sorted separately from the table's columns. Thank you.

1 2 3 4 5 6