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: 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)
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: 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.
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.
Declined
Last Updated: 14 Jun 2018 17:11 by ADMIN
Should have features on previous web technologies. What's the point of going new, if features are missing? 
Declined
Last Updated: 13 Aug 2021 11:26 by ADMIN
Created by: Otto Neff
Comments: 1
Category: Kendo UI for Angular
Type: Feature Request
4
so test won't fail if you don't add CUSTOM_ELEMENTS_SCHEMA
Declined
Last Updated: 14 Jun 2021 15:38 by ADMIN
Add npm command installing all kendo-ui-for-angular components at once
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)
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

 

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
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.
Declined
Last Updated: 15 Jun 2021 14:40 by ADMIN
Be able to turn off Keyboard Navigation for Kendo Component for Angular 4. (Not just for buttons)

Sometimes, our app may certain key down registered for other events but Kendo's component's keyboard navigation can't be turned off easily and will take over our app's keydown.

For now,  we have to write wrapper for every component that we don't want keyboard navigation like this:
http://plnkr.co/edit/yBAvnQ63yg9Y0REMcnRS?p=preview

Declined
Last Updated: 26 Jul 2021 13:37 by ADMIN
Created by: Jaap
Comments: 1
Category: Kendo UI for Angular
Type: Feature Request
2
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: 23 Sep 2022 07:14 by ADMIN
Created by: Babu
Comments: 1
Category: Kendo UI for Angular
Type: Feature Request
2
 

We are using placeholder like <span id="P_Name" name="P_Name">{P_Name}</span> . this would replace with the patient name on loading the editor. 

we used the ContentEditable = false is not working for the span. Some important content such as patient information should be read-only.

attached the sample editor content , the below content are loading dynamically , so we should restrict user should not edit the conent.

 


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.
Declined
Last Updated: 13 Jul 2021 13:58 by ADMIN
Created by: Andrew
Comments: 1
Category: Kendo UI for Angular
Type: Feature Request
2
We have a regular need for a non-grid scroller that scrolls over a list of items, virtualizing the instances of the item renderers. The grid does this of course, but it would be quite a hack to implement this for non-grid situations such as a list of cards or panels. Ideally this would work similarly to the grid and support infinite scrolling via the calculated dispatching of pagination events. Also would be great if it supported variable height item renderers. 
Declined
Last Updated: 04 May 2023 06:32 by ADMIN
Regarding not only DateTime Pickers, but Data Query in general, it would be great if you could offer the option to automatically remove the time offset in OData path.
Please find an example below:
We need to retrieve all data concerning the date "2000-01-01".
Data are stored as shown below:
Date1:	"2000-01-01T00:00:00+02:00"
Date2:	"2000-01-01T00:00:00+03:00"
The OData path constructed is the following:
"... or cfTrade/TradeDate eq 2000-01-01T00:00:00.000Z..."
So, no Date is actually retrieved.
Declined
Last Updated: 27 Jul 2021 14:14 by ADMIN
Created by: Suman
Comments: 1
Category: Kendo UI for Angular
Type: Feature Request
2
It'll be awesome if you can have required packages in the package.json file in StackBlitz based on sample. An example, If I'm looking at Kendo Menu sample code in StackBlitz I can just go to package.json and see all the required packages I need to work with Kendo Menu.
Declined
Last Updated: 27 Jul 2021 13:29 by ADMIN
Created by: Markus
Comments: 1
Category: Kendo UI for Angular
Type: Feature Request
2
To change the topView or bottomView property I have to set the value as string. E.g. topView="month". To be typesave I like to use the CalendarViewEnum in my typescript code. When I bind the enum in the view, the enum-value is set.
But unfortunately the enum value is a number and not a string.
I must convert the enum value like:

public getBottomView(): string {
     return CalendarViewEnum[this._bottomView];
}

Live would be easier if string enums would be used.
1 2 3 4