Unplanned
Last Updated: 27 Sep 2021 09:12 by ADMIN
Created by: David
Comments: 1
Category: Kendo UI for Angular
Type: Feature Request
4
On the Column Menu on the Grid, I can have a large number of columns that get rendered as a scrollable list of column names.
It would be useful to have a simple way to filter this list of columns, maybe something that reduces the list of columns as you type.

Unplanned
Last Updated: 11 Mar 2022 22:37 by Jonathan
Created by: Kendo UI
Comments: 1
Category: Kendo UI for Angular
Type: Feature Request
4

Provide a built-in way to customize the dropzone area around the Select Files... button.

Unplanned
Last Updated: 12 Apr 2022 06:53 by ADMIN
Created by: Kendo UI
Comments: 0
Category: Kendo UI for Angular
Type: Feature Request
4

Please introduce an option to perform accent-insensitive search using the Grid built-in string filtering.

If a user attempts to have a Kendo Grid column filter match Pare, ideally it should find Paré (with the accented é).

A similar FR is already available for the DropDownList:

https://feedback.telerik.com/kendo-angular-ui/1503741-filtering-should-support-accent-insensitive-search

Unplanned
Last Updated: 05 May 2022 10:47 by ADMIN
Created by: Kendo UI
Comments: 0
Category: Kendo UI for Angular
Type: Feature Request
4

Please provide a mechanic for dynamic messages translations and/or more seamless integration with established third-party libraries like ngx-translate.

Currently the only available option is using a customized messages service, but this approach has multiple shortcomings

- all messages for all locales need to be recreated one by one in the service

- is not integrated with third-party libraries used to translate the rest of the application

A detailed discussion regarding the necessity of similar enhancement is available in the following GitHub thread:

https://github.com/telerik/kendo-angular/issues/362

P.S.: A possible workaround available for integration with ngx-translate involve adding the desired Kendo messages in the JSON files containing all translations for each supported language, and using the custom messages service to obtain and return the ngx service translation. Recreating the page each time the JSON data for the respective language is loaded is necessary to ensure that the correct messages will be available and used in the Kendo components.

The following example demonstrates a sample implementation of this approach:

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

Unplanned
Last Updated: 23 Jan 2024 11:47 by Rodney
Created by: Chakshuta Desai
Comments: 2
Category: Kendo UI for Angular
Type: Feature Request
4

Hello,

I want to request a new control (Powerpoint Viewer) that we can use to slide show Powerpoint (ppt or pptx) files.

the main purpose is to handle the previous and next clicks of slides.

 

Thanks,

Chakshuta Desai

Unplanned
Last Updated: 11 Sep 2023 06:47 by Matthias
Created by: Matthias
Comments: 0
Category: Kendo UI for Angular
Type: Feature Request
4

Hi, Team!

I would like to have a designated component in the Kendo UI for Angular suite that would provide built-in syntax highlighting and code editing experience for popular programming languages.

Similar to the WPF SyntaxEditor: https://www.telerik.com/products/wpf/syntaxeditor.aspx

Completed
Last Updated: 29 Jul 2021 13:45 by ADMIN
Created by: Keith
Comments: 1
Category: Kendo UI for Angular
Type: Feature Request
3
Ditto this request for the Angular version of Kendo UI:
http://kendoui-feedback.telerik.com/forums/127393-kendo-ui-feedback/suggestions/2870874-drag-and-drop-dock-portal-like-telerik-raddock-con

This is exactly what I want however it's not available for Angular 2+.
http://golden-layout.com/examples/

Declined
Last Updated: 14 Jun 2021 15:28 by ADMIN
ADMIN
Created by: Petyo
Comments: 1
Category: Kendo UI for Angular
Type: Feature Request
3
Reference implementation - the ASP.NET Ajax RibbonBar (http://demos.telerik.com/aspnet-ajax/ribbonbar/examples/overview/defaultcs.aspx)
Completed
Last Updated: 14 Jun 2021 15:42 by ADMIN
Created by: Iqbal
Comments: 1
Category: Kendo UI for Angular
Type: Feature Request
3
Please add width configuration on dialog service
Completed
Last Updated: 13 Nov 2017 19:31 by ADMIN
Created by: Tom
Comments: 1
Category: Kendo UI for Angular
Type: Feature Request
3
We're providing a month by month summary of some information and would like to allow navigation and high level event occurrence using the Calendar. Currently the Calendar doesn't provide an event on visible date changes to figure out when we should change the summary information.
Unplanned
Last Updated: 27 Jul 2021 14:31 by ADMIN
Similar to bootstrap btn-success, btn-danger, etc there should be different styling themes for buttons and other components.
Declined
Last Updated: 27 Nov 2018 09:07 by ADMIN
Created by: Michael
Comments: 1
Category: Kendo UI for Angular
Type: Feature Request
3

Intruduce Mobile Touch Events for Angular2 as in https://docs.telerik.com/kendo-ui/api/javascript/mobile/ui/touch

 

Unplanned
Last Updated: 25 Jan 2019 10:11 by ADMIN
Hello, I need to configure default filters operators in Grid filter menu. In my use case I want to filter a date, and I need that the first  filter operator was "Is after " and the second filter "Is before" . It would be nice to have a built-in option to configure the default operators of both filters
Declined
Last Updated: 29 Mar 2019 11:54 by ADMIN
Created by: Pablo
Comments: 1
Category: Kendo UI for Angular
Type: Feature Request
3
Add a native spreadsheet component to Kendo for Angular, similar to the jQuery spreadsheet
Unplanned
Last Updated: 08 Feb 2019 12:55 by ADMIN
Created by: Mariana
Comments: 0
Category: Kendo UI for Angular
Type: Feature Request
3
Provide a class option, for the WindowService, that will allow to style the window's content and title.
Duplicated
Last Updated: 12 Aug 2022 21:11 by Jason
Created by: Win Mar
Comments: 2
Category: Kendo UI for Angular
Type: Feature Request
3

I have made some predefined html and load to kendo editor for angular. Table html styles are overwritten by k-table styles and all styles are gone.Is there any possibility to adjust width , border style of table in kendo editor for angular? 

I have found table wizard for insert table for kendo editor in JQuery. Is there possibility to add this feature for angular kendo editor? 

Declined
Last Updated: 06 Mar 2025 08:49 by ADMIN

While the grid is initially loading data, the "No records available." message is confusing and provides no useful information.

Expected behavior - when the grid is initially loading, don't display the message as the rows/data might very well appear

To reproduce basically just go to the grid demo page (refresh if needed) and pay attention to the grid loading: https://www.telerik.com/kendo-angular-ui/components/grid/data-binding/

Example in our project - intuitively you'd think that the grid has no records until you see the loader; in any case, the message looks out of place:

Unplanned
Last Updated: 25 May 2023 07:09 by ADMIN
Created by: Alessandro
Comments: 3
Category: Kendo UI for Angular
Type: Feature Request
3
In OData 4.01 the 'in' operator was introduced (https://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part2-url-conventions.html#sec_In). Can this also be implemented in the toODataString function?
Unplanned
Last Updated: 30 Jun 2021 09:04 by ADMIN
Created by: Trevor
Comments: 1
Category: Kendo UI for Angular
Type: Feature Request
3

Please add the ability to disable snapping to slots while dragging/resizing events in the Kendo Angular Scheduler. This would improve usability greatly.

This feature exists in the JQuery version with the "Snap events to slot boundaries" checkbox seen here: https://demos.telerik.com/kendo-ui/scheduler/move-resize

Unplanned
Last Updated: 22 Dec 2021 06:31 by Varun
Created by: Kevin
Comments: 3
Category: Kendo UI for Angular
Type: Feature Request
3

We do not want to use the all day functionality.

When an event is 24 hours or longer, it does not render in the time slots, rather than the all day slot.

Hiding the all day slot does not work, as that not render the event.

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