Provide a template to allow customizign the buttons of the Map (e.g. adding a custom reset zoom level button).
Currently, there is no built-in option that allows custom styles to be applied to the elements of the timeline axis, like the axis line, the circles, etc.
Please provide such an option for the Timeline component out of the box that will allow customizing the styling of the axis elements, e.g. setting a different color, border and so on.
There is already checkbox column and check/select all on header level, but it will be great to see checkbox on group level header too, so we can select/deselect all items in the group.
Hi,
Currently, the 'More Events' button is not accessible through keyboard navigation, and it would be helpful if it could be made accessible.
Hi,
I have prepared a forked stackblitz example for a navigator selection with a shared tooltip:
https://stackblitz.com/edit/angular-h1j1hq-kmmqfg?file=src%2Fapp%2Fapp.component.ts
(I also included a screenshot)
There seems to be now way to have a shared tooltip in this scenario that makes sense, clearly no one needs the duplicated items in the tooltip that origins from the navigator selection pane.
So I would propose a flag for a pane to configure if a pane is included in the shared tooltip.
Or alternatively on the series item level a flag that allows for enable / disable or visible / invisible regarding the shared tool tip.
I think there are other cases where this might come handy to have a shared tooltip for several serieses only over one pane, or exclude specific panes and or serieses.
I tried to make the tooltip invisible, on the series level of the navigator pane but something like:
[tooltip]="{ visible: false }"
inside the navigator series seems to be only applicable to the current series tooltips but not the shared ones.
Hi Kendo Team,
Could you add a checkboxOnly functionality to the TreeList component selection SelectableSettings => checkboxOnly setting similar to the Grid component SelectableSettings:
https://www.telerik.com/kendo-angular-ui/components/grid/api/SelectableSettings/#toc-checkboxonly
Thank you.
Hi, Team!
Currently, when there are two or more nested <strong> elements in a component or on the page, and the built-in PDF Export functionality is being used, the nested elements are not correctly styled in the exported document - the bold styling is applied only to the outermost element while the others are displayed with regular font-weight.
Currently, when the min and max options of the TimePicker are defined, the user is still able to enter a value that is outside the specified range, which triggers an error and the control enters an invalid state.
Provide an option that would entirely restrict the user from entering values outside the specified range and would automatically correct the value to the corresponding min or max value.
One way to achieve such functionality is to handle the blur event of the TimePicker and correct the value if necessary:
Currently, the supported approach for setting values for the input properties of the Kendo UI for Angular components is by binding them to a DOM property.
Please provide support for the ability to set values for the input properties programmatically.
Hi Team,
Currently, the month of January is not displayed in the navigation section of the DatePicker component and is instead represented by the respective year:
I would like to request functionality that allows me to display January separately and not beneath the year.
https://stackblitz.com/edit/angular-niog8n-eldomz?file=app%2Fapp.component.ts
Provide an option that would allow developers to set the values of aria attributes like aria-valuenow, aria-valuemin and aria-valuemax to the separator elements.
Hi,
It will be a good addition to the component if a 'Fit to Page'/'Fit to Width' predefined zoom option is introduced as currently it can only be set in the zoom tool UI.
Provide the possibility to dynamically change the height of the slots in Month, Multi-Week, and other views. This feature is useful in order to fit the events in the specific slot:
jQuery Scheduler:
https://demos.telerik.com/kendo-ui/scheduler/adaptive-slot-height
Provide an auto event height functionality in order to display the entire content of the event in the Moth view:
jQuery Scheduler:
https://demos.telerik.com/kendo-ui/scheduler/auto-event-height
Currently, "Is equal to" is the default operator for each added filter expression in the Filter component and there is no built-in option to modify it to a different one.
The only way to achieve this at present is to modify the operator field of each filter expression in the valueChange event of the component:
Please provide such an option for the Filter component similar to the one available in the Grid's filter row and menu components:
Hi,
It will be a nice feature to have the ability to customize the drag hint of the built-in row reordering similar to the hintTemplate.
Hello!
I think it will be nice to have configurable template for ComboBoxComponent input field.
something like it is possible within grid pager comes to my mind - there is a template and building blocks that we can use
For example, in our work we customize item template with
and our customers wish to see selected item as it is in the list, with icon and other customizations.
I have managed to do that by creating a directive that i put on <kendo-combobox>... and that inserts dynamically created icon component near the input, so that it looks same as in the options list.
But this is ugly and not easy maintainable, etc
Hi Team,
It will be a good feature to have the ability to hide/remove the toolbar and footer toolbar of the Scheduler component.