Unplanned
Last Updated: 26 Nov 2025 15:43 by ADMIN
Created by: Pablo
Comments: 1
Category: KendoReact
Type: Feature Request
1

Be able to to modify the cut-off point depending on what baseUnit is selected in a chart time series.

e.g.

Given the following data points:

Data = [

  Friday 10th Oct: 123,
  Saturday 11th Oct: 54,
  Sunday 12th Oct: 77,
  …,
  Tuesday 20th January: 10,

]

If baseUnit = year

Currently what happens is:

1st Jan -> 1st Jan -> 1st Jan

What we want:

10th Oct -> 10th Oct -> 10th Oct

If baseUnit = month

Currently what happens is:

1st Oct -> 1st Nov -> 1st Dec

What we want:

10th Oct -> 10th Nov -> 10th Dec -> etc

*Edge case of 29th, 30th, and 31st:

Default to last day of the month

Oct 31st -> Nov 30th -> Dec 31st

If baseUnit = week

Currently what happens is:

Sunday 5th Oct -> Sunday 12th Oct -> Sunday 19th Oct

What we want:

Friday 10th Oct -> Friday 17th Oct -> Friday 24th Oct -> etc

If baseUnit = day

This is our minimum unit so everything works

Need More Info
Last Updated: 26 Nov 2025 07:19 by ADMIN

Hi,

Currently, the vertical menu/tree component lacks keyboard navigation using arrow keys when the menu options exceed the visible screen area. Users who are not familiar with or comfortable using scrollbars face difficulty navigating through lengthy menus.

Problem Statement:

  • Large vertical menus that extend beyond screen height require scrollbar usage

  • Not all users are familiar with scrollbar navigation

  • Poor user experience for keyboard-reliant users

Proposed Solution:

Add an enable/disable configuration option for arrow key navigation that allows:

  • Up/Down arrow keys to navigate through menu items

  • Auto-scroll behavior when reaching menu boundaries

  • Enter/Space key to select items

  • Configurable option to enable/disable this feature

Attached is the screenshot of desired feature on tree (just for reference).

Unplanned
Last Updated: 25 Nov 2025 10:31 by ADMIN
Created by: Attila
Comments: 1
Category: KendoReact
Type: Feature Request
6

In our software we want to create a filter with MultiSelectTree. The hierarchy is this: LV1 -> LV2 -> LV3. In the database the data is assigned to LV3. If the component is loaded with lot of LV3 items then selecting the parent LV2 node will result a very long tag list in the textbox part of the MultiSelectTree which is not user friendly. In this case I expect selecting the LV2 node will check the LV3 subnodes also but the textbox part has only that LV2 tag as selected. So the checkboxes should remain the same textbox should display the selected parent only.

Other cases:

- when LV1 is selected, then every children will be checked but textbox should display only the selected location

- when 99 of 100 LV3 items are checked then LV2 parent is not fully checked so textbox should display only the bins but only the first N items then use ... characters.

Unplanned
Last Updated: 11 Nov 2025 13:42 by ADMIN
Created by: Rita
Comments: 7
Category: KendoReact
Type: Feature Request
2

We are using a customized ChartToolTip with button in our bar chart. However the tab order is not correct for multiple charts. The expect behavior we were told by our accessibility testing team is first chart -> button on tooltip -> second chart -> button on tooltip and so on. The actual behavior is tab shortcut will switch between charts then back to the first chart tooltip element. 

MAS Reference:

Unplanned
Last Updated: 06 Nov 2025 10:13 by Haseeb
Created by: Haseeb
Comments: 0
Category: KendoReact
Type: Feature Request
1
It would be great if there was an animationClass prop that will make styling easier.
Unplanned
Last Updated: 03 Nov 2025 16:13 by ADMIN
Created by: Alex
Comments: 1
Category: Data Grid
Type: Feature Request
0
The data grid date column "equals" filter should match any datetime within the selected date, not just at time 0:00:00.
Unplanned
Last Updated: 31 Oct 2025 07:46 by Grant
Created by: Grant
Comments: 0
Category: KendoReact
Type: Feature Request
1

Provide a set of utility functions for safely creating, traversing, updating, and deleting filters inside nested CompositeFilterDescriptor trees.

Unplanned
Last Updated: 23 Oct 2025 11:12 by Tevalis
Created by: Tevalis
Comments: 0
Category: KendoReact
Type: Feature Request
1
It would be great if there was a way to customize the flag of the Timeline component
Unplanned
Last Updated: 21 Oct 2025 15:40 by Dmitry
It would be beneficial if there was a mechanism to identify the actual grouping level of each header cell regardless of expansion state, such as exposing a groupLevel property
Unplanned
Last Updated: 21 Oct 2025 13:39 by Andrei
Created by: Andrei
Comments: 0
Category: MultiViewCalendar
Type: Feature Request
1

Currently, there is no way to add a header above each view. Therefore, it is confusing when there are many views as it is unclearly what moth is displayed in each view.

Unplanned
Last Updated: 10 Oct 2025 12:37 by Rajaraman
Created by: Rajaraman
Comments: 0
Category: TreeList
Type: Feature Request
1
It would be great to have the Smart Grid functionalities in the TreeList.
Unplanned
Last Updated: 09 Oct 2025 11:20 by ADMIN
Created by: Christopher
Comments: 3
Category: KendoReact
Type: Feature Request
2
*** Support ticket created by Telerik by Progress staff ***
*** Please follow-up with additional details, if necessary. Thank you. ***

I want to achieve an improved customization over the font styling of the title and subtitle pieces using the SCSS theme variables. We want to globalize the style changes via SCSS


Unplanned
Last Updated: 09 Oct 2025 10:35 by Christopher
It would be beneficial if the ExpansionPanel had allowed adding additional header content outside of the built-in title and indicator elements
Unplanned
Last Updated: 09 Oct 2025 10:16 by Christopher
Created by: Christopher
Comments: 0
Category: KendoReact
Type: Feature Request
1
It would be great if there was a mechanism for customizing the sorting of the ExpansionPanel headers
Unplanned
Last Updated: 03 Oct 2025 06:52 by ADMIN
Created by: Admin
Comments: 1
Category: Data Grid
Type: Feature Request
1

Hi team,

Is it possible to have the Enter key press automatically apply the filter when the filter menu is open and active similar to submitting a form?

For example in the Column Menu if I enter some text in the filter the Filter button becomes active, if I press the Enter key nothing happens, for the filter it would be nice if it can submit the filter like for normal forms where the enter key would submit the form.

Another example would be the Checkbox Menu Filter, if I check a checkbox in the filter the current active and focused element is the checkbox and if the Enter key is pressed then it de-selects the checkbox. This behaviour is not very useful, a better implementation would be on Enter press the filter is applied.

Thanks.

Unplanned
Last Updated: 30 Sep 2025 12:28 by Peter
Created by: Peter
Comments: 0
Category: Chart
Type: Feature Request
1
In the current implementation of the KendoReact Chart, when a series is hovered, it enters its active state, and the rest of the series enter their inactive states. It would be great if the Chart supported disabling this behaviour, so that hovering over a specific series does not trigger the inactive states of the other series.
Unplanned
Last Updated: 26 Sep 2025 15:05 by Bojan
Created by: Bojan
Comments: 1
Category: KendoReact
Type: Feature Request
1
We should enable the Treelist not to count items on the second level.
Unplanned
Last Updated: 24 Sep 2025 14:01 by ADMIN
Created by: David
Comments: 1
Category: Filter
Type: Feature Request
3

kendo-react-data-tools provides a built-in TextFilter, NumericFilter, DateFilter and BooleanFilter.

Is it possible to provide a built-in DateTime Filter as well?

Unplanned
Last Updated: 24 Sep 2025 11:43 by Eugene
Created by: Eugene
Comments: 0
Category: Data Grid
Type: Feature Request
3
I’m working with the inline editing example (see StackBlitz sample), where the Grid is configured to support sorting.

Currently, if I click the Edit button on a row and then sort by any column, the editable row is also moved according to the sorting rules.

What I’d like to request is a built-in functionality to freeze an editable row at the top of the Grid, so it remains fixed regardless of the applied sorting.

This would prevent the need to manually override the sorting mechanism just to keep the editable row pinned in place.
Unplanned
Last Updated: 23 Sep 2025 05:54 by ADMIN
Created by: Amit
Comments: 0
Category: KendoReact
Type: Feature Request
1
*** Support ticket created by Telerik by Progress staff ***
*** Please follow-up with additional details, if necessary. Thank you. ***

It would be beneficial if the Chat component had an `allowDuplicates` prop that would prevent the duplication of uploaded files.
1 2 3 4 5 6