Hi,
It will be very useful if an Azure layer is provided to the Map component, similar to the Kendo UI for the jQuery map widget:
https://demos.telerik.com/kendo-ui/map/azure
Hi Telerik,
It would be great if we can add Select All functionality as a built-in feature of the MultiSelect component. It is especially useful when working with checkboxes, e.g., https://www.telerik.com/kendo-angular-ui/components/dropdowns/multiselect/templates/#toc-rendering-item-checkboxes.
Introducing a compact mode in the component would help prevent unused empty space. There is an existing Kendo jQuery feature request with a significant number of votes.
Dynamic grid status content does not announce updates to screen readers during filtering or pagination.
For example, the status message “1 – 4 of 4 items” updates visually but is not announced to assistive technology users.
As a result, screen reader users do not know when filtered or paged results change.
This can be improved to read out how many items are left on the page for the user to navigate them, as in some cases, there might be none.
Please provide an option to expand row axes by default. The functionality should allow rendering the row axes expanded just as if they were expanded by clicking on their expand arrow.
Thank you.
The adaptive popup on mobile (adaptiveMode = auto) popups when the control is touched, not only when the button in the control is touched.
I want the user to be able to focus the control and use the numeric keyboard (via inputAttributes inputMode) to enter the date or time.
Perhaps an extra adaptiveMode option?
Or any other option to prevent opening on focus (perhaps something on the AdaptiveService)?
So I want the flow like on desktop, but with the large adaptive popup.
Similar to Kendo jQuery Diagram:
https://demos.telerik.com/kendo-ui/diagram/editing
Hello.
Provide support for the "kk" format in the DateInputs components.
Currently, there’s no way to add a placeholder for the filter input in a DropDownList when filtering is enabled. It would be a great enhancement to create a component that provides a placeholder for the filter input.
If you expand a tree node with 1000 items in it, and that tree has an ng-template the performance is very poor. It takes 7 seconds on my machine, see here https://www.telerik.com/forums/slow-treeview-with-large-datasets Please add virtualisation to the TreeView so that not so many DOM elements (and therefore ng-templates) need to be created.
Currently, the arrow keys can be used for navigating through the ComboBox items and making a selection.
However, since the group headers cannot be selected with the arrow keys (unlike the list items), the user cannot reach the first group header when going back up with the arrow keys in cases when the headers are not sticky:
It would be great if the first group header can be scrolled into view when navigating back up with the arrow keys.
Please provide a template for customizing the value appearance of the DropDownList control types in the toolbar of the Editor, similar to the one available for the default DropDownList component:
At present, the only approach that can be used for configuring a value template is by implementing a custom DropDownList tool in the toolbar of the Editor: