Unplanned
Last Updated: 26 Jun 2025 14:07 by David

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.

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.


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

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

Unplanned
Last Updated: 22 May 2025 13:20 by ADMIN
Created by: Werner Haltner
Comments: 9
Category: ListBox
Type: Feature Request
26

Hi,

It will be a good component enhancement if selection and multi selection was introduced to the ListBox component. Like Kendo UI for React and jQuery:

https://www.telerik.com/kendo-react-ui/components/listbox/selection/

https://docs.telerik.com/kendo-ui/api/javascript/ui/listbox/configuration/selectable

Thank you for your consideration.

Unplanned
Last Updated: 22 May 2025 12:45 by ADMIN
Created by: Dimitris
Comments: 0
Category: Kendo UI for Angular
Type: Feature Request
1


It would be great if we could add footnotes in the Kendo editor, similar to how TinyMCE handles them, or a simpler version like the example found here: https://prosemirror.net/examples/footnote/

Unplanned
Last Updated: 21 May 2025 07:39 by Sunil
Created by: Sunil
Comments: 0
Category: Scheduler
Type: Feature Request
1

Hi, Team!

I would like to request a functionality that allows users to navigate the slots inside the Scheduler (not just the events) using specific keyboard shortcuts.

Unplanned
Last Updated: 20 May 2025 08:28 by Brent
Created by: Brent
Comments: 0
Category: Gantt
Type: Feature Request
1

Hi, Team!

I would like to request the addition of a functionality that would allow me to programmatically determine whether the cells for the weekends will be rendered inside the Gantt component!

This feature seems to exist in Kendo UI for jQuery: https://docs.telerik.com/kendo-ui/api/javascript/ui/gantt/configuration/showworkdays

Unplanned
Last Updated: 19 May 2025 07:43 by Kendo UI
Created by: Kendo UI
Comments: 0
Category: Splitter
Type: Feature Request
1

When the values of the min and max properties of a Splitter pane contain both percentage and pixel values, there are cases when the values contradict with each other in different screen sizes. 

For example, if a Splitter pane's min is set to 100px and the max property is set to 20%, in certain screen sizes, the maximum 20% space that the Splitter should occupy may be smaller than 100px. 

It will be great if the Splitter can be enhanced with the ability to define which property should take priority over the other in order to handle such scenarios. 

Unplanned
Last Updated: 16 May 2025 07:49 by Kendo UI

It will be a good addition to the component if a placeholder option is provided for the filter input.

Current workaround - https://stackblitz.com/edit/angular-vcm2tlxf

Unplanned
Last Updated: 14 May 2025 07:30 by ADMIN

Hello,

Please repeat the following steps to reproduce this issue:

  1. Go to https://www.telerik.com/kendo-angular-ui/components/editor#angular-editor-example
  2. In the Angular Editor Example click on the first line of the first paragraph (let's say on the word Kendo)
  3. Navigate to toolbar via Shift+Tab key
  4. Use the arrow key to navigate to Format dropdownlist 
  5. Use Enter to open the dropdownlist with the available formats (Paragraph, Heading 1, Heading 2, etc)
  6. Choose e.g. "Heading 1" with Enter
  7. Press Tab to focus the editor content (You can type some letters to ensure that the editor content is focused)
  8. Press Shift+Tab to go back to toolbar
  9. Press an arrow key (Left or Right) to try to navigate through the toolbar => Bug

Expected behaviour: It's possible to navigate through the toolbar items like in step 4
Experienced behaviour: You can not navigate through the toolbar items with arrow left or arrow right.

Important: After choosing an item from the dropdown, the kendo-dropdownlist has still an tabindex="0", what is also wrong. 

I observed this bug in our application but it's possible to reproduce it with your example, too.

Kind regards,

Roman

    Unplanned
    Last Updated: 12 May 2025 11:50 by ADMIN
    Created by: Kendo UI
    Comments: 0
    Category: Kendo UI for Angular
    Type: Feature Request
    1

    The Grid provides column spanning by default, but the change is applied to all rows:

    https://www.telerik.com/kendo-angular-ui/components/grid/columns/spanned

    A good addition to the Grid would be to provide conditional columns spanning where some rows are normal while others - have spanned columns such as:

    Unplanned
    Last Updated: 08 May 2025 12:37 by ADMIN
    Created by: Florian
    Comments: 0
    Category: Kendo UI for Angular
    Type: Feature Request
    0
    I find the user handling of the time picker control quite complicated. Therefore, I would very much prefer an Angular Material like component with a clock to set the hours and minutes (see attached image).
    Unplanned
    Last Updated: 08 May 2025 12:35 by ADMIN
    Created by: Kendo UI
    Comments: 0
    Category: Charts
    Type: Feature Request
    1

    Provide support for dynamic label positions for the Donut chart.

    Some labels to be displayed inside the Donut, and other (which couldn't fit) to be outside, similar to:

    Unplanned
    Last Updated: 07 May 2025 12:12 by ADMIN
    Created by: Carmen
    Comments: 2
    Category: PDFViewer
    Type: Feature Request
    17

    Hi Team, 

    Currently, when loading large PDF files with numerous pages, there seems to be a delay in the search and zoom functionalities.

    I would like to be able to load the pages of the PDF one at a time and handle the pageChange in order to load the next page.  

    Unplanned
    Last Updated: 05 May 2025 06:09 by ADMIN

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

    If you click the first 2 cells in column "UnitPrice", the first one reports column 2 (which is correct), the second reports column 1.

    I suspect rowSpan causes this, rows without rowSpan seem to work.

    Unplanned
    Last Updated: 30 Apr 2025 07:43 by ADMIN
    Created by: Kendo UI
    Comments: 8
    Category: DateInput
    Type: Feature Request
    5

    Currently, it is not possible to enter a date that falls exactly on a Daylight Saving time.

    Check the following example where it is not possible to enter 3 for the hours' section (it is also not possible to select 3 from the TimePicker popup):

    https://stackblitz.com/edit/angular-nstdolh5-xfiws9nr

    That behavior is expected as there is no such time in the Bulgarian time zone. Daylight saving time begins on 30 March 2025 03:00 when the time is moved 1 hour forward.

    The demonstrated undesired behavior for the specific date will be reproducible only if the example is opened in the specified time zone. But the same behavior is valid for any other date that falls on Daylight Saving time in other time zones.

    We should decide on what the expected behavior is for such cases. For example not allowing entering the value, displaying an error, auto-switching to the real hour (4 AM), etc.

    Unplanned
    Last Updated: 28 Apr 2025 08:00 by Arpitha
    Created by: Arpitha
    Comments: 0
    Category: RadialGauge
    Type: Feature Request
    1
    It would be good to have a feature that provides an option to replace the pointer with a custom one. It must accept images or other formats.
    1 2 3 4 5 6