PDF Export customization similar to the existing example: https://demos.telerik.com/kendo-ui/pdf-export/page-layout
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:
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:
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.
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"
Add listbox component modeled from kendo ui jquery. http://demos.telerik.com/kendo-ui/listbox/angular
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.
I would like to see Gauge components will be supported soon,
Allow using current switch in a trivalent state (i.e. : true,false,undefined)
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.
Cannot copy-paste date between 2 datepickers. Found issues:
Can be reproduced in any Kendo example (and browser) on the documentation site.
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>
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.
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, ...
Hello,
we are searching for two components that we don’t find in your ANGULAR Library.
These components are:
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…
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
It would be nice to have a QRCode Component like the one in Kendo UI https://demos.telerik.com/kendo-ui/qrcode/index
When do you plan on releasing the Color Picker?
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?