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"
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
When do you plan on releasing the Color Picker?
Any plans for a UI Query Builder that uses the Data Query component?
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.
Spreadsheet control as a separate component, or Grid control updated for AutoCOmplete and drag fill capabilities
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.
I would like to see Gauge components will be supported soon,
Any plans to implement the listview with Row Templates?
In current version of Kendo UI for Angular 2, there is no control for Menu or Navigation bar. It would be nice to have a separate component for routing
Add npm command installing all kendo-ui-for-angular components at once
so test won't fail if you don't add CUSTOM_ELEMENTS_SCHEMA
Make charts scrollable like how Google Charts implementing it: https://developers.google.com/chart/interactive/docs/gallery/controls#chartrangefilter
Our team would love to be able to use a Material theme, similar to the theme found in Kendo JQuery.
Based on the feature set of the current jQuery widget - http://demos.telerik.com/kendo-ui/diagram/index
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>
Similar to the context menu in the jQuery suite - http://demos.telerik.com/kendo-ui/menu/context-menu