Based on the feature set of the current jQuery widget - http://demos.telerik.com/kendo-ui/diagram/index
momentjs is a widely used date library which makes handling dates much more comfortable, and all Date components should support it
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:
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.
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…
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 ?
*** 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.
I would like to have Captcha component in Angular similar to Telerik ASP.NET Captcha component.
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
...
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
Hi Team,
Currently, the Kendo UI for Angular library relies on SVG icons as default icons. This means that developers would have to use a service to change the default icons inside components. This approach, however, does change all icons inside the project and is not suitable for cases where only a particular icon in a single component should be changed.
Therefore, I would like to request a designated property or a specific approach that would allow developers to change particular icons inside particular components.
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.)
We would like to be able to tab to elements with tooltips which would open the tooltip and be readable by screen readers such as JAWS, etc.
Provide a built-in OrgChart component part of the Kendo Angular suite.
https://demos.telerik.com/kendo-ui/orgchart/index
Hi,
It will be good to have a feature to control the position and limit the render to a specific container(appendTo option) for the Chart TooltipComponent - https://www.telerik.com/kendo-angular-ui/components/charts/api/TooltipComponent/.
Thanks.
Hi,
We have a requirement to implement a timezone change in our web application, so when user selects a timezone from combobox all date data should be displayed in selected timezone and datetimepickers should work in this timezone.
Kendo DateTimePicker works with js Date object and it is not possible to set any other timezone than local.
There are some workarounds of how to display datetime in different timezone, but it is not possible to select one in different timezone other than local. And Today and Now buttons also selects date in local timezone.
https://stackblitz.com/edit/angular-dtbxbe-ye1rbw?file=src%2Fapp%2Fapp.component.ts