Declined
Last Updated: 27 Jul 2021 12:50 by ADMIN
Multiple date picker, single date pick, date range pick. Please add all functionality in angular date component.
Completed
Last Updated: 22 Jun 2021 13:56 by ADMIN
Created by: samar
Comments: 1
Category: Kendo UI for Angular
Type: Feature Request
1
Hello Team,

I would like to request for Card View Just like List View in Kendo UI Jquery. So that, users can interchange between kendo grid and card view. Also, I would like to have all the features provided by grid.

EG: https://demos.telerik.com/kendo-ui/listview/editing
Completed
Last Updated: 15 Jun 2021 13:54 by ADMIN
Created by: Bobby
Comments: 0
Category: Kendo UI for Angular
Type: Bug Report
1
I am trying to access the documentation for Kendo UI for Angular and I am getting a redirect error in the browser (Chrome and Firefox), specific to the Kendo Grid documentation for filtering:
https://www.telerik.com/kendo-angular-ui/components/grid/data-operations/filtering/ 
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 Oct 2021 12:13 by Dylan
Created by: Stefan
Comments: 3
Category: Kendo UI for Angular
Type: Feature Request
41
momentjs is a widely used date library which makes handling dates much more comfortable, and all Date components should support it
Declined
Last Updated: 21 Jun 2021 14:17 by ADMIN
Created by: Mikael
Comments: 1
Category: Kendo UI for Angular
Type: Feature Request
1
Range picker for numeric values
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.
Completed
Last Updated: 17 Jul 2018 15:03 by ADMIN
Created by: Luc
Comments: 1
Category: Kendo UI for Angular
Type: Feature Request
4
I suggest to add a angular service similar to the dialog https://www.telerik.com/kendo-angular-ui-develop/components/dialogs/dialog/service/ for the window
Thanks
Completed
Last Updated: 21 Jun 2021 12:46 by ADMIN
Created by: Anand
Comments: 1
Category: Kendo UI for Angular
Type: Feature Request
1
I wish there was a way to build dashboard layouts easily by end users from a selection of widgets (components) configured by developer
You have something like that in Sortable but that does not work with components and the user is not able to set the layout - initially you can think about using the Splitter control (that is planned to release) and later perhaps make it more functional by incorporating collapsible panels.
Completed
Last Updated: 21 May 2018 14:49 by ADMIN
Created by: Pawel
Comments: 3
Category: Kendo UI for Angular
Type: Feature Request
25
There is no such component as tooltip.

Something similar to old tooltip:

https://docs.telerik.com/kendo-ui/api/javascript/ui/tooltip

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.
Completed
Last Updated: 14 Nov 2017 17:38 by ADMIN
Created by: Imported User
Comments: 2
Category: Kendo UI for Angular
Type: Feature Request
1
Provide support for the components.

Interestingly I can't select Charting which is the component I need support for.

Please improve!
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
Declined
Last Updated: 14 Jun 2021 15:32 by ADMIN
An ASP.Net Core (net framework) project template with angular 4 and all the services set up to use the report viewer in the webapp, along with a sample report and the reportviewer in the angular app. You could also use your own angular controls as well??
This would be an enhanced version of the one available for vs2017 with webapis setup for data and serving the report.
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
Declined
Last Updated: 17 Jul 2018 15:41 by ADMIN
It should be possible to apply missing semantic information to the rendered code of a web application to support handicapped users to get the most possible benefit of the Kendo UI framework. 
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.
Declined
Last Updated: 23 Jan 2024 10:14 by ADMIN
Created by: Imported User
Comments: 12
Category: Kendo UI for Angular
Type: Feature Request
36
I need access to Sketch support files containing the existing UI elements for Kendo for Angular so that I can create comps for my design. 

Ideally this would be a collection of sketch symbols that match the current Kendo UI design. 
Declined
Last Updated: 26 Jul 2021 13:37 by ADMIN
Created by: Jaap
Comments: 1
Category: Kendo UI for Angular
Type: Feature Request
3
Same layout as TimePicker, except:
- first part (hours) allows negative sign. Popup will display hours from -23 through 23.
- boolean 'allowDays'. Displays a "days.hours:minutes" format. Negative sign still allowed on first part (which is now days instead of hours).
- boolean 'allowSeconds'. Displays also a seconds part.
- number 'value' property containing the current value. The integer part is days, the fractional part the hours and minutes. (Date object would also be nice, I don't see how to specify a negative value.)
Declined
Last Updated: 15 Jun 2021 12:25 by ADMIN
What we want is the color of the Placeholder text in the DatePicker control to match the color of the Placeholder text in other controls.  When a value is selected, the text color should return back to the initial color.

Currently I don't see a good way to add styles to handle the state of whether there's a valid value, partial value, or no value.