Unplanned
Last Updated: 19 Sep 2024 09:25 by Sidd
Created by: Sidd
Comments: 0
Category: Map
Type: Feature Request
1

Provide a template to allow customizign the buttons of the Map (e.g. adding a custom reset zoom level button).

Unplanned
Last Updated: 19 Sep 2024 06:42 by Kendo UI
Created by: Kendo UI
Comments: 0
Category: Timeline
Type: Feature Request
1

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. 

Pending Review
Last Updated: 18 Sep 2024 17:54 by nirbhay

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.

Unplanned
Last Updated: 17 Sep 2024 05:56 by Pooja

Hi,

Currently, the 'More Events' button is not accessible through keyboard navigation, and it would be helpful if it could be made accessible.

Pending Review
Last Updated: 16 Sep 2024 13:08 by Leo
Created by: Leo
Comments: 0
Category: Kendo UI for Angular
Type: Feature Request
1

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.

In Development
Last Updated: 16 Sep 2024 07:34 by ADMIN
Scheduled for 2024 Q4 (Nov)
Created by: Hoai Vu
Comments: 1
Category: TreeList
Type: Feature Request
6

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.

Unplanned
Last Updated: 13 Sep 2024 14:50 by Mahidhar
Created by: Mahidhar
Comments: 0
Category: PDFExport
Type: Feature Request
1

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.

Unplanned
Last Updated: 13 Sep 2024 13:48 by Kendo UI

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:

https://stackblitz.com/edit/angular-b1e6jl

Unplanned
Last Updated: 13 Sep 2024 10:27 by Kendo UI
Created by: Kendo UI
Comments: 0
Category: Kendo UI for Angular
Type: Feature Request
1

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.

Unplanned
Last Updated: 11 Sep 2024 10:48 by Brian
Created by: Brian
Comments: 0
Category: DatePicker
Type: Feature Request
1

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.

Completed
Last Updated: 11 Sep 2024 08:01 by ADMIN
Created by: Dzmitry
Comments: 1
Category: Kendo UI for Angular
Type: Bug Report
1

https://stackblitz.com/edit/angular-niog8n-eldomz?file=app%2Fapp.component.ts



Recurrency "End On" date in datepicker is different with RecurrencyRule's one.



Steps to reproduce:

open series from the example,  set Recurrency's End selector to date option, set date to Sep 9th.

Actual result: recurrency rule contains UNTIL=20200910T000000Z.

Save and open series again: recurrency's End date is now Sep 10th.

Changing it to Sep 9th and saving brings no changes.


Unplanned
Last Updated: 11 Sep 2024 07:14 by Michael
Created by: Michael
Comments: 0
Category: Splitter
Type: Feature Request
1
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.
Completed
Last Updated: 10 Sep 2024 14:59 by ADMIN
Release 2024 Q4 (Nov)

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.

Planned
Last Updated: 09 Sep 2024 08:31 by ADMIN
Scheduled for 2024 Q4 (Nov)
Created by: Robert
Comments: 12
Category: Scheduler
Type: Feature Request
35

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

In Development
Last Updated: 09 Sep 2024 08:21 by ADMIN
Scheduled for 2024 Q4 (Nov)
Created by: Robert
Comments: 1
Category: Scheduler
Type: Feature Request
13

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

 

Unplanned
Last Updated: 05 Sep 2024 07:20 by Kendo UI
Created by: Kendo UI
Comments: 0
Category: Chart Wizard
Type: Feature Request
2
Add the ability to export/save chart configurations (e.g., as JSON) in the Chart Wizard. This would allow users to reinitialize the wizard with a previously set configuration, avoiding the need to start from scratch each time.
Unplanned
Last Updated: 04 Sep 2024 07:41 by Kendo UI
Created by: Kendo UI
Comments: 0
Category: Filter
Type: Feature Request
1

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:

Unplanned
Last Updated: 04 Sep 2024 05:57 by ADMIN

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.

Completed
Last Updated: 03 Sep 2024 07:23 by ADMIN
Created by: Petr
Comments: 4
Category: ComboBox
Type: Feature Request
0

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


Use case:

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 



In Development
Last Updated: 02 Sep 2024 08:31 by ADMIN
Scheduled for 2024 Q4 (Nov)

Hi Team,

It will be a good feature to have the ability to hide/remove the toolbar and footer toolbar of the Scheduler component.

 

 

1 2 3 4 5 6