Declined
Last Updated: 19 Jun 2025 09:13 by ADMIN
Created by: Martin de Ruiter
Comments: 3
Category: MultiSelect
Type: Feature Request
3

Provide an option to focus programmatically a multiselect item, in order to prevent the popup list from scrolling when the last item is selected.

Here is an example:

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

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/

 

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: 10 Feb 2025 07:40 by ADMIN
Created by: Yurii
Comments: 5
Category: ScrollView
Type: Feature Request
3
I'm wondering is it possible to have something closer to owl carousel (demo: https://owlcarousel2.github.io/OwlCarousel2/demos/basic.html)?
Declined
Last Updated: 05 Feb 2025 13:11 by ADMIN

Currently kendo ListBox does not support double click event.

Implement kendo ListBox in Angular.

Double click on a row.

No event is emitted.

Declined
Last Updated: 24 Jan 2025 13:06 by ADMIN
Thanks for the due diligence.  I can see how this could be used as a solution but it's effectively a bit of a bodge.  The user loses the essential ability for pagination and editable/non-editable areas (amongst a whole host of other features).  In a document management solution, these are fairly essential.  The key for me is to allow users to edit documents that they are familiar with.  I worked with WOPI for two months before throwing the entire work effort out the window.

I enjoy working with Kendo products and have been doing so for over ten years although I have never liked your approach to responsive design - I think this is a hangover from selecting a different container model to Bootstrap (I seem to remember this from a long time ago).  To this end, I was hoping that your Angular component set might be written from the bottom up with a different design approach but it appears not. Anyway, I diverge.

Bringing the Docx document into the editor would be a great option if it displayed it as a page with editable regions and pagination.  As far as I can see Syncfusion is well behind Progress in terms of the overall offering and support but in this one component they are well ahead.  Their approach is to mirror the OpenXML format of Word with their own .sfdt format and deliver that to be edited inside a component which is obviously a variation of their own editor.  That's the way forward for Progress, along with a big marketing message to the developer community saying "Your WOPI woes are over....".  I personally deliver these documents from blob storage and mirror the results on my customers' local file server with a simple Powershell command, that way they have a local copy of all the document collection as a backup for disaster recovery.

It's a learning curve with Syncfusion, one which I didn't want to have to undertake.  But that's the way I have to go whilst Progress has no document editor.  Strange really when you are so close with your editor and WordsProcessor library and offer a spreadsheet in almost every flavor.  WOPI's a real pain and impossible to implement and a document editor would really shake things up...

In my humble opinion.
1 2 3 4 5 6