Completed
Last Updated: 31 Mar 2025 14:55 by ADMIN
Created by: kdubious
Comments: 2
Category: Kendo UI for Angular
Type: Feature Request
4
Would love to see a new theme based on Microsoft Fluent UI
Declined
Last Updated: 31 Mar 2025 14:40 by ADMIN
Created by: Craigory
Comments: 3
Category: Grid
Type: Feature Request
2

Proposal

CellCloseEvent<T> should provide dataItem: T

 

Why

Currently the CellCloseEvent dataItem is typed as any. This could be the default, but adding a generic type here would allow strong typing in the event handler.

Declined
Last Updated: 31 Mar 2025 14:37 by ADMIN

There appears to be a allowedExtensions (Whitelist) but not a disallowedExtensions(Blacklist) link to docs

  public uploadRestrictions: FileRestrictions = {
    allowedExtensions: ['.jpg', '.png'],
  };
Is there a blacklist functionality that just allows us to say Allow anything but .exe files or something similar?

 

 

 

 

 

 

Declined
Last Updated: 31 Mar 2025 14:31 by ADMIN
Created by: Cyril
Comments: 2
Category: TreeView
Type: Feature Request
1
Hello,

 

We would like to be able to customize icons used in kendo-treeview (ex: arrows to access child elements).

This is required to match the rest of our style guide where we only use fontawesome icons.

Having still some kendo UI icons feel a bit weird at the moment.

 

Thanks!


Regards
Declined
Last Updated: 31 Mar 2025 14:27 by ADMIN
Created by: Michal
Comments: 4
Category: MultiSelect
Type: Feature Request
1

is it possible to add aria-label to kendo-multiselect? ( and it should be multiselect responsibility to propagate it to internal input )

 

Declined
Last Updated: 31 Mar 2025 14:23 by ADMIN

Hi Team,

Allow the ability to change the styling on the inner input of the component. This will allow developers easy access to change the placeholder styling based on condition or overall input element. Currently, a custom implementation like the following can be used:

https://stackblitz.com/edit/angular-pzv7zc?file=app/app.component.ts

or with a directive:

https://stackblitz.com/edit/angular-pzv7zc-v4te8u?file=app%2Fapp.component.ts

Thanks.

Declined
Last Updated: 31 Mar 2025 14:21 by ADMIN
Created by: Kendo UI
Comments: 1
Category: Tooltip
Type: Feature Request
2

A useful addition to the Tooltip component would be the ability to open it on a specific position defined by X/Y pixel coordinates.

This will allow displaying the tooltip at a concrete pixel as an addition to anchor elements.

Declined
Last Updated: 31 Mar 2025 14:16 by ADMIN
Created by: Kendo UI
Comments: 1
Category: Tooltip
Type: Feature Request
2

Hi,

In its current state, TooltipSettings is missing options like collision, offset, and others that are included in the TooltipDirective:

https://www.telerik.com/kendo-angular-ui/components/tooltip/api/TooltipDirective/#toc-collision

The additional options would be nice to have in the TooltipSettings to allow developers additional control on a global level similar to the TooltipDirective.

 

Declined
Last Updated: 31 Mar 2025 13:59 by ADMIN

Currently the Grid Filter menu logic is "and" and there is no built-in option for changing it even when using the configurable filter menu components in the Filter menu template.

It would be nice having an option to configure the default logic as well as to limit the list of options to only "And"/"Or" or prevent the end user from changing the programmatically set filtering logic.

As a workaround for setting the initial logic, the developer can use the logicChange method, e.g.:

https://www.telerik.com/forums/default-filter-menu-logic#4935605

 

Declined
Last Updated: 31 Mar 2025 13:44 by ADMIN
Created by: Kendo UI
Comments: 1
Category: Grid
Type: Feature Request
2

Currently, the Selection feature behaves strangely with the Keyboard Support enabled, see [demo](https://plnkr.co/edit/hTOg7Flx5Fnm63jJ6CgX?p=preview):

* Enter, Ctrl+Enter and Shift+Enter select the rows, but do not function if the cell has focusable components
* Space works only on the checkbox column
* Ctrl+Space, Shift+Space do not work at all

Ideally, the Grid should support the following shortcuts when the Selection and KB Navigation are enabled:

* Select the current row on Space, regardless of the cell content
* Support Ctrl and Shift modifiers for Space

* Shift + Up/Down Arrow for adding/removing the next/last row to the selection.

Similar to the TreeList KB navigation:

https://www.telerik.com/kendo-angular-ui/components/treelist/keyboard-navigation/

 

Completed
Last Updated: 31 Mar 2025 13:28 by ADMIN
Created by: Kendo UI
Comments: 1
Category: Grid
Type: Feature Request
0

Please provide support for spanned columns with multi-column headers combining the already existing features:

https://www.telerik.com/kendo-angular-ui-develop/components/grid/columns/spanned/

https://www.telerik.com/kendo-angular-ui-develop/components/grid/columns/headers/

 

Declined
Last Updated: 31 Mar 2025 13:22 by ADMIN
Created by: Kendo UI
Comments: 1
Category: Grid
Type: Feature Request
1

Overcoming the last listed limitation would be nice:

https://www.telerik.com/kendo-angular-ui-develop/components/grid/columns/locked/#toc-known-limitations

 

The Spreadsheet (Google Docs, etc.) addresses this situation by duplicating the cell content on both sides and clipping the right cell accordingly.

A similar approach can be used and providing a setting that disables word-wrapping and duplicates the content.
Declined
Last Updated: 31 Mar 2025 10:21 by ADMIN
Created by: Markus
Comments: 2
Category: ToolBar
Type: Feature Request
2

Please make it possible to define the children of the kendo-toolbar-dropdownbutton in html.

It makes the using of the kendo-toolbar-dropdownbutton much easier.

Translation (i18n), Observables (asyn), additional directives are supported in markup but must be added with additional effort in code.

 

Example:

<kendo-toolbar>
    <kendo-toolbar-dropdownbutton [text]="'Paste Variations'">
        <kendo-toolbar-button [text]="'Paste'" i18n-text (click)="onClick($event)" [disabled]="canPast$|async === false"></kendo-toobar-button>
    </kendo-toolbar-dropdownbutton>
</kendo-toolbar>
Declined
Last Updated: 31 Mar 2025 10:19 by ADMIN

Currently when I click the horizontal scrollbar button which is present at the left side or right side of the scroll bar then the columns are scrolled as a regular table.

It will be nice to move from one column to another column instead.

Declined
Last Updated: 31 Mar 2025 10:17 by ADMIN
Created by: Connor
Comments: 1
Category: MultiViewCalendar
Type: Feature Request
1
Please provide an infinite type for the MultiViewCalendar similar to the Calendar infinite type.
Declined
Last Updated: 31 Mar 2025 10:16 by ADMIN
Created by: Ege
Comments: 1
Category: TabStrip
Type: Feature Request
2
Provide support for placing utility items on the tabstrip, next to the tab items. For example buttons, inputs, etc.
Declined
Last Updated: 31 Mar 2025 10:16 by ADMIN
Created by: Harikrishna
Comments: 1
Category: Editor
Type: Feature Request
2
Provide a built-in option to define cell alignment.
Declined
Last Updated: 31 Mar 2025 10:14 by ADMIN
Created by: Missing User
Comments: 1
Category: ExcelExport
Type: Feature Request
2

Please provide Page Setup options for the Excel Export similar to the options provided by the WorksheetPageSetup Properties.

Declined
Last Updated: 31 Mar 2025 09:56 by ADMIN
Created by: n/a
Comments: 1
Category: Editor
Type: Feature Request
2

Limitation:

  • Font size in Kendo Editor only supports PX (pixel) values. 
  • To customize the font size to show in PT (point) format in Editor, manual conversion has to be done using the below formula. However, the font size is not exactly the same as Microsoft word PT measurement.
    • 1 Point [pt] =  ~ 1.33 Pixel [px] 

Feedback: Font size dropdown can be provided for PT (Point) option as well as to follow like the Microsoft Word font size.

   
Completed
Last Updated: 28 Mar 2025 07:16 by ADMIN
Release 2025 Q1 (Feb)
Created by: Annamalai
Comments: 15
Category: Grid
Type: Feature Request
42

Hi Team,

Requesting a feature to grid rows merge like the below example,

Col1Col2Col3Col4Col5Col6
Row1Row1Row1Row1Row1Merge1
Row2Row2Row2Row2Row2
Row3Row3Row3Row3Row3Merge2
Row4Row4Row4Row4Row4
Row5Row5Row5Row5Row5
Row6Row6Row6Row6Row6Merge3
Row7Row7Row7Row7Row7
Row8Row8Row8Row8Row8Merge4
Row9Row9Row9Row9Row9

Thanks!

1 2 3 4 5 6