Pending Review
Last Updated: 11 Jul 2025 09:39 by Michael
Created by: Michael
Comments: 0
Category: Kendo UI for Angular
Type: Bug Report
0

If the pane is scrolled, the dark highlight shown when grabbing the splitter is misaligned like this:

Stackblitz repro can be found here

Unplanned
Last Updated: 11 Jul 2025 07:45 by Clint
Currently, FormDialogSettings is available for the editing directive. It would be helpful to have similar settings for other directives such as kendoGridRemoveCommand, CancelCommandDirective, and others.
Unplanned
Last Updated: 11 Jul 2025 06:47 by Jon
Created by: Jon
Comments: 0
Category: Grid
Type: Feature Request
1

It would be great to have column highlighting in the Grid, so when a user hovers over a cell, the entire column, including the header, is highlighted. Something similar to the example below, but built-in, would provide a better experience for both users and developers.

https://stackblitz.com/edit/angular-ink98nn6?file=src%2Fapp%2Fapp.component.ts

Unplanned
Last Updated: 10 Jul 2025 15:40 by ADMIN
Created by: Ursus
Comments: 1
Category: Scheduler
Type: Feature Request
0

Please expose a moreEventsClick (or similar) event in the Angular Scheduler MonthView, triggered when users click on the "more events" indicator (three dots) that appears when a day has more events than can be displayed inline.

This feature exists in the jQuery version of the Scheduler and is extremely useful for navigating users to a more detailed view (e.g., Day or Agenda view) when event overflow occurs.

Suggested API:

(kendoMoreEventsClick)="onMoreEventsClick($event)"

Where $event includes:

{
  date: Date;
  events: SchedulerEvent[];
}

Use Case:

This allows developers to programmatically change the selectedViewIndex and selectedDate (e.g., show the Agenda or Day view for that specific date), providing a more intuitive user experience and consistent behavior across Kendo UI platforms.

Why it matters:

  • Users expect the "more events" indicator to be interactive

  • Enhances UX in event-heavy applications

  • Aligns Angular functionality with existing jQuery features

Currently the more button goes directly to the Day view, our users do not like the day view and would like to go to the Agenda view!

In Development
Last Updated: 03 Jul 2025 11:49 by ADMIN
ADMIN
Created by: Petyo
Comments: 12
Category: Kendo UI for Angular
Type: Feature Request
80
Based on the feature set of the current jQuery widget - http://demos.telerik.com/kendo-ui/diagram/index
Unplanned
Last Updated: 03 Jul 2025 06:43 by ADMIN

Please add the following features to the Editor in Kendo UI for Angular 2+:

- Table Wizard

- Split cell row

- Split cell column

- Merge cell row

- Merge cell column

Note: These features exist i the Kendo UI for ASP.NET MVC version of the editor.

Completed
Last Updated: 25 Jun 2025 14:32 by ADMIN
Created by: Bob
Comments: 1
Category: Editor
Type: Feature Request
3
Provide a way to configure the font size unit in the "Select font size" dropdown list.
Completed
Last Updated: 25 Jun 2025 14:31 by ADMIN
Created by: n/a
Comments: 2
Category: Editor
Type: Feature Request
2

Limitation:

  • Font size in Kendo Editor only supports PX (pixel) values. 
  • To customize the font size to show in PT (point) format in Editor, manual conversion has to be done using the below formula. However, the font size is not exactly the same as Microsoft word PT measurement.
    • 1 Point [pt] =  ~ 1.33 Pixel [px] 

Feedback: Font size dropdown can be provided for PT (Point) option as well as to follow like the Microsoft Word font size.

   
Unplanned
Last Updated: 24 Jun 2025 08:53 by Kendo UI

Currently, the pageSizes option of the available Grid's PagerSettings only allows passing a boolean or a number array as possible values. Thus, at the moment, the Grid component allows displaying an "All" option in the pager by implementing a kendoPagerTemplate:

It would be great if an "All" page size option could be set directly through the settings of the pageable property by having the ability to pass a PageSizeItem array to the pageSizes option, similarly to how its done in the standalone Pager component:

Unplanned
Last Updated: 23 Jun 2025 07:39 by ADMIN
Created by: kanaka
Comments: 1
Category: Kendo UI for Angular
Type: Bug Report
0

Issue 1: Flickering or Not Opening of Dropdown

  • Steps to Reproduce:
    1. Click on the color picker.
    2. Click on any dropdown.
    3. Observe the behavior of the dropdown.

Issue 2: Clicking on Color Picker and Dropdowns (Dropdown not closing)

  • Steps to Reproduce:
    1. Click on the color picker.
    2. Click on any dropdown.
    3. Repeat this with all dropdowns to get above screenshot.


Declined
Last Updated: 19 Jun 2025 09:13 by ADMIN
Created by: Martin de Ruiter
Comments: 3
Category: MultiSelect
Type: Feature Request
3

Provide an option to focus programmatically a multiselect item, in order to prevent the popup list from scrolling when the last item is selected.

Here is an example:

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

Need More Info
Last Updated: 19 Jun 2025 07:07 by ADMIN
Created by: Siddaroodh
Comments: 1
Category: Kendo UI for Angular
Type: Bug Report
0

./node_modules/@progress/kendo-angular-layout/fesm2022/progress-kendo-angular-layout.mjs:19:0-75 - Error: Module not found: Error: Can't resolve '@progress/kendo-angular-progressbar' in 'C:\LiveMRIProjects\MRI.AgoraInsightsAnywhere-Angular\node_modules\@progress\kendo-angular-layout\fesm2022'

./node_modules/@progress/kendo-angular-layout/fesm2022/progress-kendo-angular-layout.mjs:22:0-56 - Error: Module not found: Error: Can't resolve '@progress/kendo-angular-intl' in 'C:\LiveMRIProjects\MRI.AgoraInsightsAnywhere-Angular\node_modules\@progress\kendo-angular-layout\fesm2022'

 

this is the error is coming

when we add kendo thing into module.ts file

Unplanned
Last Updated: 11 Jun 2025 10:58 by Kendo UI
Created by: Kendo UI
Comments: 0
Category: Splitter
Type: Feature Request
2

Currently, it is not possible to define a static pane in the Splitter with a fixed size that does not change when interacting with the surrounding panes, unless it is configured as non-resizable. In turn, configuring a pane as non-resizable affects the resizing ability of the surrounding panes as well, which means that they also become non-resizable.

It would be great if the Splitter could provide the ability to configure a static pane with a fixed size that is not affected by other functionalities like resizing, and in turn, have the possibility to resize the surrounding panes of a non-resizable pane.

Unplanned
Last Updated: 11 Jun 2025 08:50 by ADMIN
Created by: Geert
Comments: 1
Category: MultiViewCalendar
Type: Feature Request
1

Hi,

Recently I have implemented the date range component like described here: https://www.telerik.com/kendo-angular-ui/components/dateinputs/daterange/popup. The component normaly works as following: 

  • A user selects the start or end datepicker and the calendar will open.
  • The start of the range now needs to be selected.
  • Then the end of the range needs to be selected.
  • If a user would now select another date then this will be set as the start of the range.
  • ....

But what a few users have issues with is the following scenario:

  • User selects the start of the range.
  • User selects the end of the range.
  • User wants to change the end of the range so they select the same start of the range again and now select a new end range.
  • As a result the start of the range is changed instead of the end of the range, because the click on the same start of the range didn't do anything.

The same issue also occurs with the MultiViewCalendar. I didn't add a runnable project because the same issue also occurs in the documentation which I linked above.

We are using @progress/kendo-angular-dateinputs": "17.0.1"

It looks like this line in the performRangeSelection method in the MultiViewCalendarComponent causes this behaviour:

const emitValueChange = (this.activeRangeEnd === 'start' && this.value?.start?.getTime() !== date?.getTime()) ||
            (this.activeRangeEnd === 'end' && this.value?.end?.getTime() !== date?.getTime());

 

Thanks,

Joren

Completed
Last Updated: 03 Jun 2025 07:11 by ADMIN
Created by: Heiko Falk
Comments: 2
Category: PDFViewer
Type: Feature Request
4

Hi Team,

Currently, the zoom property is only responsible for setting the initial zoom level of the document inside the PDFViewer component. I would like to request an option that would allow setting the zoom property dynamically/programmatically.

Declined
Last Updated: 02 Jun 2025 07:21 by ADMIN
Created by: Michael
Comments: 1
Category: Kendo UI for Angular
Type: Bug Report
1

Hi,

https://stackblitz.com/edit/angular-dadm5ywe?file=src%2Fapp%2Fapp.component.ts

Please select the top-most button, then press TAB until the focus is on the button in the last grid cell.
Then press tab again => the focus moves to the last cell itself.
Press tab again => the focus moves back to the last button. 
=> here we got into an endless loop, you cannot navigate to the button below the grid.

Interestingly, you can leave the grid if you navigate backwards with shift+tab.

best regards,

Michael

 

Need More Info
Last Updated: 30 May 2025 07:29 by ADMIN
Created by: Parimelazagan
Comments: 1
Category: Kendo UI for Angular
Type: Bug Report
0
On the latest version, horizontal scroll is not visible for multi resources. if have more 5 resources also, the table is shrinking but scroll is not enabled. 
Completed
Last Updated: 29 May 2025 10:56 by ADMIN
Created by: Holger
Comments: 14
Category: Grid
Type: Feature Request
18

Current behavior
The grid component already has the functionality to resize and reorder columns by the user, but is missing functionality for saving an restoring columns configuration, so that changes done by the user are lost after a page change.

There is the Persist the State article in the "How to section" in the documentation, but the described solution is only applicable when adding grid columns by using *ngFor. When defining columns in the markup, due to extensive usage of templates (kendoGridColumnMenuTemplate, kendoGridFilterMenuTemplate, kendoGridCellTemplate, ..), there is no reasonable solution available.

Expected behavior
Provide methods, similar to the jQuery grid, to save and restore columns configuration. This should at least include the column's order, width and sort.

 

PS: This is not a duplicate of the feature request Add persistent state for grid (and other components). The latter one has been marked as "Completed" but does not include the needed functionality.

Unplanned
Last Updated: 23 May 2025 08:22 by ADMIN
Created by: Mitchell
Comments: 1
Category: DateRange
Type: Bug Report
1

The date range picker is not closing when tabbing through inputs when the picker is appended to the 'component'. It also seems that once the date range picker loses focus, it does not close by clicking anywhere else in the document until it regains focus again or the document loses focus.

 

I reproduced it in Stackblitz and attached a video. In the video there is a button after the date picker that logs to the console when it gains focus. Focus starts at the top of the document, start tabbing until the date range picker pops up, then continue tabbing through the date range picker until the button below the picker gains focus. As you can see the date range picker does not close. Here is the Stackblitz editor link to this: https://stackblitz.com/edit/kendo-daterange-bug?file=app/app.component.ts

 

Thanks!

Mitchell

Completed
Last Updated: 23 May 2025 08:18 by ADMIN
Created by: Abhishek
Comments: 1
Category: Scheduler
Type: Feature Request
35

Hi,

Currently, the all-day events that last for more than 24 hours can be displayed only in the specific all-day row. Please provide an option that allows displaying the all-day events in the Scheduler main view as well. 

thanks

1 2 3 4 5 6