Completed
Last Updated: 31 Jan 2022 15:52 by ADMIN
Created by: Jin
Comments: 2
Category: Kendo UI for Angular
Type: Feature Request
9
Any plans for a UI Query Builder that uses the Data Query component?
Duplicated
Last Updated: 14 Jun 2021 14:10 by ADMIN
Created by: Sergey
Comments: 2
Category: Kendo UI for Angular
Type: Feature Request
9
Could you please migrate Kendo UI Spreadsheet from jQuery version to Angular?
Unplanned
Last Updated: 29 Sep 2023 06:03 by ADMIN
Created by: Clint Singer
Comments: 8
Category: Kendo UI for Angular
Type: Feature Request
9
A docking layout manager like RadDocking for WPF or Golden Layout for jQuery.
Unplanned
Last Updated: 16 Jul 2024 07:19 by ADMIN
Created by: Samuel
Comments: 3
Category: Kendo UI for Angular
Type: Feature Request
9

Currently there is no component for adding text to an input from some datasource. There is an autocomplete but it does not allow mixing freetext and text coming from a datasource. And it only allows for one value.

 

What we need is exactly this  :  http://jeff-collins.github.io/ment.io/#/

 

Typing a special character in a textbox (#, or @) would bring a datalist the user can choose from.

 

Can this be implemented please  ?

Unplanned
Last Updated: 03 Nov 2021 12:46 by ADMIN

*** Feature Request created by Telerik by Progress staff ***

This feature request will allow developers to set inputmode to components like NumericTextBox, DatePicker, and etc. Making mobile users experience better as it will require the Virtual Numeric keyboard to be opened instead of the default that includes letters.

https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/inputmode

As at this current time the developers are required to select the element using querySelector and setAttribute as demonstrated in the following demo with DatePicker:

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

This functionality is requested in the following threads:

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

Ticket reference - 1486073, 1493791, and 1541636.

Declined
Last Updated: 27 Jul 2021 15:22 by ADMIN
Created by: Imported User
Comments: 1
Category: Kendo UI for Angular
Type: Feature Request
8
Date/Time components currently only support date objects for binding, but API calls typically return dates as strings. I would like the option to enable any date/time component to convert strings to date objects during binding. A boolean property such as AllowDateTypeConversion would be nice and allow developers to avoid boilerplate code in all their http service calls.
Unplanned
Last Updated: 13 Jul 2021 11:04 by ADMIN
Created by: Zaw
Comments: 0
Category: Kendo UI for Angular
Type: Feature Request
8
I would like to have Captcha component in Angular similar to Telerik ASP.NET Captcha component. 
Completed
Last Updated: 10 Jun 2021 15:04 by ADMIN
Created by: Imported User
Comments: 1
Category: Kendo UI for Angular
Type: Feature Request
8
Fix rxjs imports and usage to comply with version 6 so I don't have to bloat my app with the rxjs-compat lib. 
Completed
Last Updated: 16 May 2024 14:00 by ADMIN
Created by: Team Booking
Comments: 2
Category: Kendo UI for Angular
Type: Feature Request
8

Hi,

We are in need of a lightweight timeline component. One that shows events grouped by date and/or time with the options to expend all the event if there are more then one on the same date.

A neat feature would be an action button on an event. This would greatly enhance the experience of the timeline.

We suggest something similar to this one:  Clarity Design System - Documentation - Timeline

Our use case:

We have price lists that are published on x date and time.
To track a collection of price lists and events per price list chronologically, we need a timeline with (optional) actions per published event.

 

Kind regards,

Maikel

Declined
Last Updated: 07 May 2019 07:05 by ADMIN
Created by: Deepak Shakya
Comments: 1
Category: Kendo UI for Angular
Type: Feature Request
7
Is there a plan to release Diagram component for Angular? I am looking at converting Silverlight application into Angular that used the diagram compoment. Diagram is missing. I can see other third-party vendor providing this component.
Duplicated
Last Updated: 26 Jan 2022 14:02 by ADMIN
Created by: Mohamed
Comments: 0
Category: Kendo UI for Angular
Type: Feature Request
7
Hello
We need to add rowspan option in Grid component.
Unplanned
Last Updated: 05 Jul 2023 06:08 by Kendo UI
Created by: Kendo UI
Comments: 0
Category: Kendo UI for Angular
Type: Feature Request
7
At present, English and Bulgarian are fully supported, and it would be greatly appreciated to extend full support to major languages such as Spanish, Chinese, Arabic, German, and various others.
Unplanned
Last Updated: 14 Jun 2024 05:46 by ADMIN
Created by: arthur
Comments: 2
Category: Kendo UI for Angular
Type: Feature Request
7

At the moment the editor component only supports ordered list with numbers as bullet points:

1. Item #1

2. Item #2

It would be great if ordered lists would support different list-style-types of HTML like "lower-alpha", "upper-alpha", "lower-roman", "decimal-leading-zero", ...: https://www.w3schools.com/cssref/pr_list-style-type.php

a. Item #1

b. Item #2

--------------

i. Item #1

ii. Item #2

...

Completed
Last Updated: 26 Sep 2017 20:50 by ADMIN
Created by: Imported User
Comments: 1
Category: Kendo UI for Angular
Type: Feature Request
6
Input Switch grows with On/Off Labels length. Longer labels dont render correctly.
Duplicated
Last Updated: 02 Aug 2021 09:42 by ADMIN
Created by: Imported User
Comments: 0
Category: Kendo UI for Angular
Type: Feature Request
6
Completed
Last Updated: 18 Jan 2018 17:58 by ADMIN
   I see Kendo Window widget is not available for Angular 2 , so we are ending up using jquery with Angular 2.  We couldn't find this component it in road map also. Please let me know is there a plan to release kendo window angular 2  in near future?
Thanks
Completed
Last Updated: 13 Nov 2017 19:29 by ADMIN
Created by: Imported User
Comments: 1
Category: Kendo UI for Angular
Type: Feature Request
6
When manually entering dates, typing '0' in month or day section resets the text to the placeholder.

Normally when entering a number, the focus shifts to the next field when the required digits are entered. For example, entering '10' for the day section, moves focus to the month. 
When we need a date where day < 10 however, we need to tab or enter the date separator to switch to the next part.

Allowing 0 in the dates should improve the users speed for entering dates and create a more unform behaviour.

Currently situation:
Date: 10/12/2017 => user input: 10122017
Date: 01/01/2017 => user input: 1/1/2017

When allowing 0 the last date can be entered as 01012017
Unplanned
Last Updated: 16 Jun 2021 15:10 by ADMIN
Created by: Kalli Kaldi
Comments: 1
Category: Kendo UI for Angular
Type: Feature Request
6

Is it possible to add a duration input control in format HH.  I´m not talking about a time picker, but a way to choose how much time will last doing something.

The value could be in minutes or hours (fractional minutes).

Here is a discussion on this topic on

https://stackoverflow.com/questions/17428387/hows-a-duration-picker-called-and-does-it-exist

 

Completed
Last Updated: 23 Jan 2024 10:04 by ADMIN
Created by: Seyfor
Comments: 2
Category: Kendo UI for Angular
Type: Feature Request
6

It is really hard to check change log for every component you have. Why not implement common change log for all components.

I already talk to Carl Bergenhem (Product Manager for Kendo UI) about that, and he reply:

"
Great suggestion! I’ll sync this with our web site team and try to see if we can create something like this!

"

As picture says more then 1000 words, I attach propose solution.


Completed
Last Updated: 11 Apr 2024 12:58 by ADMIN
Created by: Annamalai
Comments: 1
Category: Kendo UI for Angular
Type: Feature Request
6

Provide a built-in Rating component similar to the jQuery Rating component:

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