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.

Unplanned
Last Updated: 21 Aug 2025 06:13 by ADMIN
Created by: Jurgen
Comments: 3
Category: Slider
Type: Feature Request
1

Would it be possible to add custom input attributes to the slider? https://www.telerik.com/kendo-angular-ui/components/inputs/slider https://www.telerik.com/kendo-angular-ui/components/inputs/radiobutton/custom-attributes#custom-input-attributes

For accessibility we want to add custom 'aria-labelledby' and 'name' attributes. When we add this to 'kendo-slider' component, nothing is read for it by NVDA.

Completed
Last Updated: 19 Aug 2025 08:56 by ADMIN
ADMIN
Created by: Petyo
Comments: 15
Category: Kendo UI for Angular
Type: Feature Request
81
Based on the feature set of the current jQuery widget - http://demos.telerik.com/kendo-ui/diagram/index
Unplanned
Last Updated: 19 Aug 2025 08:43 by Michael
The migration tool reformats all Angular HTML templates and removes comments. Add an option to suppress these formatting changes. Provide a report of required or proposed migration steps instead of modifying templates directly. Documentation of the formatting rules would also help users understand and manage changes.
Completed
Last Updated: 14 Aug 2025 13:44 by ADMIN
Created by: Bob
Comments: 2
Category: Grid
Type: Feature Request
1
I would like to see more responsiveness in the grid.  I believe what i understand to be known as stacking could be achieved by additions to the media operator on columns.  Thus we could have media=".col-sm-12 col-md-6 col-lg-4 col-xl-3".  The underlying code could then use media queries and where the column will not fit on the device without the ugly scroll bar it would wrap the columns in a kendo-grid-span-column directive giving a card-like effect on smaller devices.  Of course this may need some columns to be hidden on smaller devices so we could also use the [hidden] directive like so: [hidden]="sm".  The next thing you would have to think about would be what to do with column headers when a row is stacked and, again, we could use the [hidden]="sm".
Completed
Last Updated: 14 Aug 2025 13:37 by ADMIN
Created by: Alan Paul
Comments: 1
Category: ConversationalUI
Type: Feature Request
1

Hi, Team!

Currently, the Output view of the AIPrompt component ignores any of the formatting that is applied to the text it renders and displays it as regular text. However, I want to retain the formatting of the text that was generated by the AI model that I am using.

For this reason, I would like to request the introduction of a designated template that would allow me to control the formatting of the prompts in the Output view.

Unplanned
Last Updated: 13 Aug 2025 05:51 by ADMIN
Created by: Daniel
Comments: 1
Category: Filter
Type: Feature Request
3

Hi,

Please add an expression preview property like the one in Kendo UI for jQuery:

https://docs.telerik.com/kendo-ui/controls/filter/expressionpreview

Unplanned
Last Updated: 08 Aug 2025 09:39 by Marcus

Provide an option to conditionally render checkboxes like the TreeView hasCheckbox callback.

https://www.telerik.com/kendo-angular-ui/components/treeview/checkboxes#conditional-checkboxes

 

Unplanned
Last Updated: 04 Aug 2025 07:23 by ADMIN
Created by: Robert
Comments: 2
Category: Spreadsheet
Type: Feature Request
6

Please provide a built-in option to export the Spreadsheet data into a PDF file.

Unplanned
Last Updated: 30 Jul 2025 07:10 by Leonardo

When setting the color using a function, a TypeScript error will occur because the property expects a value of type string.

Type '(e: SeriesLabelsContentArgs) => string' is not assignable to type 'string'.

The color properties of the Chart components should support a callback to prevent such errors, as this is a valid feature to implement. The current workaround is to skip type checking.

          <kendo-chart-series-item-labels
            [color]="$any(labelColor)"
          >

Unplanned
Last Updated: 30 Jul 2025 06:36 by Joshua

It would be a useful improvement to the date filtering if developers had the option to exclude the time portion when filtering dates in the Grid.

This can be a property like includeTime with a default value, and the developers can choose to include or exclude it.

Unplanned
Last Updated: 28 Jul 2025 09:15 by ADMIN

When using Kendo UI for Angular's ComboBox or other DropDowns in Reactive Forms, clicking the 'X' to clear the control removes the associated value from the FormGroup entirely. This behavior differs from other frameworks like React and Blazor WASM, where the control remains but is set to null. Currently, developers must manually handle this event to retain the control in the form. It would be beneficial if clearing the value only set it to null instead of removing the control from the FormGroup.

Expected Behavior:

Clearing the form when using the clear button should act like a form reset.

Unplanned
Last Updated: 23 Jul 2025 07:40 by ADMIN
Created by: Tomasz
Comments: 1
Category: Charts
Type: Feature Request
6
Colour gradient on AreaChart would look great - see workaround below:

https://stackblitz.com/edit/angular-x1vrhq?file=app/app.component.ts
1 2 3 4 5 6