Completed
Last Updated: 31 Aug 2017 15:33 by ADMIN
Created by: Stefan Andres
Comments: 1
Category: Kendo UI for Angular
Type: Feature Request
23
PDF Export customization similar to the existing example: https://demos.telerik.com/kendo-ui/pdf-export/page-layout
Unplanned
Last Updated: 14 Mar 2023 09:02 by ADMIN
Created by: Iliyan
Comments: 3
Category: Kendo UI for Angular
Type: Feature Request
20
A brand new component to crop, rotate and resize an image before upload. I think almost every CMS that uses kendo components will make use of such a component. 

For reference Kendo UI jQuery ImageEditor component:

https://demos.telerik.com/kendo-ui/imageeditor/index

Unplanned
Last Updated: 21 May 2020 08:11 by ADMIN
Created by: John
Comments: 1
Category: Kendo UI for Angular
Type: Feature Request
20

In the Kendo ComboBox, the selection part is not working with shadow dom.

1. Reproduction:

Please look at the below links,

With ShadowDOM:

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

Without ShadowDOM:

An example is provided in the below link under 'ENABLING SUGGESTION' section

https://www.telerik.com/kendo-angular-ui/components/dropdowns/combobox/suggestions/

 

Expected Result:

When user type 'C', the first word starts with C in the list 'Croatia' is suggested and 'roatia' is selected. But as soon as I type 'y' next to 'c', the combo box is suggesting 'Cyprus' and 'prus' should be selected

 

Actual Result:

As soon as I type the first word starts with C in the list is 'Croatia' is populated in the Combobox and 'roatia' is NOT selected. So the user cannot type ‘y’ in this case. But the user wants to select ‘CYPRUS’ but 'Croatia' is filled as the input and Cyprus is not suggested.

I have attached the video for the difference between with/without shadow dom.

Also, If you need any additional information, I have created a support ticket:

Ticket ID: 1465593

 

Completed
Last Updated: 28 Nov 2017 19:10 by ADMIN
Created by: Steve
Comments: 3
Category: Kendo UI for Angular
Type: Feature Request
19
Allow the placeholder text for the date picker to be customized. For example, some may prefer "MM/DD/YYY" to be displayed instead of "month/day/year"
Completed
Last Updated: 13 Nov 2017 19:18 by ADMIN
Created by: shahar
Comments: 3
Category: Kendo UI for Angular
Type: Feature Request
19
The new calendar and date picker input components are great, but they are missing a significant functionality which has been available for a long time with the jquery calendar date picker -

The navigation is very basic and does not allow high level of years navigation - it requires monthly scrolling. This is very limiting for users who need to select a date between wide ranges. 

Completed
Last Updated: 18 Apr 2022 13:36 by ADMIN
Created by: JT
Comments: 7
Category: Kendo UI for Angular
Type: Feature Request
19
Add listbox component modeled from kendo ui jquery.

http://demos.telerik.com/kendo-ui/listbox/angular
Unplanned
Last Updated: 10 Jan 2024 07:53 by ADMIN
Created by: Bob
Comments: 6
Category: Kendo UI for Angular
Type: Feature Request
18

We could really do with a file explorer, I believe this is already available in your JQuery suite and is planned for .NET Core.

Syncfusion have already implemented an angular file manager which can use Azure Blob Storage as a backend (though other backends are also available).

In fact the syncfusion file explorer is based on your own component.  After some digging around looking for a similar solution I found their design document for the component which directly refers to the Telerik's own components.  You may want to consider contacting syncfusion on this because it appears to me that they may have breached your copyright. 

 

 

Completed
Last Updated: 20 Dec 2017 19:28 by ADMIN
Created by: Imported User
Comments: 1
Category: Kendo UI for Angular
Type: Feature Request
17
I would like to see Gauge components will be supported soon,
Declined
Last Updated: 20 Apr 2022 18:20 by Key
Created by: jean-philippe
Comments: 7
Category: Kendo UI for Angular
Type: Feature Request
15
Allow using current switch in a trivalent state (i.e. : true,false,undefined)
Completed
Last Updated: 19 Nov 2018 07:06 by Holger
Created by: Imported User
Comments: 4
Category: Kendo UI for Angular
Type: Feature Request
15
Similar to the DialogService, adding a toaster module / service to show short message on the screen. As hint, look at the ng2-toastr node module.
Completed
Last Updated: 13 Oct 2023 13:41 by ADMIN
Created by: Alexander
Comments: 4
Category: Kendo UI for Angular
Type: Feature Request
14

Cannot copy-paste date between 2 datepickers. Found issues:

  • Cannot select whole date by mouse. Now it's reset to select only one date part by mouse. Current workaround: clicking Ctrl+A with keyboard.
  • Similar: I think selecting whole date should be a default behavior when I click datepicker by mouse, because after keyboard navigation by TAB  the whole date is selected by default. No selection after clicking is also applicable (as it's done for standard input type="text").
  • Similar: cannot select whole date by mouse with double click (expected behavior for inputs).
  • Related issue: navigating by TAB across datepickers is too long. Because date parts are also "navigated". E.g. to navigate by TAB between 2 datepcikers I need to press TAB 4 times! If I have more datepickers, navigation is too annoying.
  • Minor: cannot drag&drop dates between datepickers.

Can be reproduced in any Kendo example (and browser) on the documentation site.

Completed
Last Updated: 06 Aug 2021 09:58 by Holger
Created by: SquadWuschel
Comments: 5
Category: Kendo UI for Angular
Type: Feature Request
13
Create a Overlay Component for Waiting Screens when you load Data from Backend Services, ....

- With Flexible Loading Icon
- Perhaps as ngRx Extension,
- Inceting a service where you can just call ShowOverlay or HideOverlay, ...
Unplanned
Last Updated: 18 Sep 2020 11:26 by ADMIN
Created by: David
Comments: 5
Category: Kendo UI for Angular
Type: Feature Request
13
It would be really helpful if you provided test harnesses for Kendo for Angular.  It is difficult to unit test some of our Angular 9 code without test harnesses.  Plus they are much cleaner than digging into brittle CSS selectors.
Completed
Last Updated: 18 Sep 2020 20:31 by ADMIN
Created by: Feng
Comments: 1
Category: Kendo UI for Angular
Type: Feature Request
13
add spinner component, so it can be used for waiting observable variable being resolved using Angular 4 new syntax

<ng-template #loading>Loading...</ng-template>
<div *ngIf="userObservable | async; else loading; let user">
  {{ user.name }}
</div>
Declined
Last Updated: 12 Aug 2021 12:42 by ADMIN
Created by: Michael
Comments: 2
Category: Kendo UI for Angular
Type: Feature Request
13
Currently, controls are getting their culture from the LOCALE_ID of Angular2 which is set pre-compile time.  This is good and all but there will be issues faced when the application supports multiple countries.  It isn't advisable to create different applications for different countries which have the same functionality.

It would be better if we can simply pass an optional parameter to the control and set the culture that we want to be used.
Unplanned
Last Updated: 31 Oct 2023 22:25 by Megan
Created by: samer
Comments: 4
Category: Kendo UI for Angular
Type: Feature Request
11

Hello,

we are searching for two components that we don’t find in your ANGULAR Library.

These components are:

  • KANBAN Cards / TASK LISTS   
  • Docking Manager

I have attached some print screens for existing components on the market...

Could you please check if there are any future/planned  developments concerning these two components with Telerik?

Thank you in advance…

Completed
Last Updated: 22 May 2018 04:39 by ADMIN
Created by: Bjorn
Comments: 4
Category: Kendo UI for Angular
Type: Feature Request
11
There is no solid date range picker out there. It would be perfect for the great arsenal of date / time pickers you already have.

To - From date in one component.

Would be very helpful
Completed
Last Updated: 13 Jun 2022 12:04 by ADMIN
Created by: Stefan
Comments: 3
Category: Kendo UI for Angular
Type: Feature Request
11
It would be nice to have a QRCode Component like the one in Kendo UI

https://demos.telerik.com/kendo-ui/qrcode/index
Completed
Last Updated: 02 Aug 2021 07:53 by ADMIN
Created by: Tim
Comments: 3
Category: Kendo UI for Angular
Type: Feature Request
10
The Toolbar was recently release with R2 2018.  We were looking forward to this component but noted that the "Overflow" anchor property has not been implemented.  This is the most compelling feature on the JQuery version.  Can you revisit the toolbar code and add this feature?
Completed
Last Updated: 06 Jun 2019 14:41 by ADMIN
Created by: Edmond
Comments: 4
Category: Kendo UI for Angular
Type: Feature Request
10
When do you plan on releasing the Color Picker?