Pending Review
Last Updated: 26 May 2025 08:59 by Michael
Created by: Michael
Comments: 0
Category: Kendo UI for Angular
Type: Bug Report
0

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

 

Pending Review
Last Updated: 23 May 2025 10:38 by Parimelazagan
Created by: Parimelazagan
Comments: 0
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. 
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

Completed
Last Updated: 23 May 2025 08:02 by ADMIN
Created by: Werner Haltner
Comments: 1
Category: Drag and Drop
Type: Bug Report
3

Hello,

The control https://www.telerik.com/kendo-angular-ui/components/utils/draganddrop/drag-container/ cannot be used on mobile devices. I am not able to move the element in its position. I also tested it directly on a mobile device and it doesn't work there either.

Please provide an option to use the utility on mobile devices.

Completed
Last Updated: 23 May 2025 07:00 by ADMIN

When virtual is true for a multiselect and checkboxes are set to true, there is a bug which results in multiple items being selected.

To reproduce, one needs to scroll down a long list of items.  The amount to scroll seems random but might have something to do with the itemHeight setting.  When clicking directly inside the checkbox, two items are selected at once - the item selected, and one other seemingly random item.   This does not happen if the click selection event happens inside the item, but not the checkbox.

I have reproduced this inside this code sandbox: https://codesandbox.io/p/sandbox/mystifying-shirley-2qxn32

 

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 13:20 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.

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.

Completed
Last Updated: 21 May 2025 07:25 by ADMIN
Release 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.

 

 

Completed
Last Updated: 21 May 2025 07:22 by ADMIN
Release 2024 Q4 (Nov)

Hi,

It will be a good addition to your standalone examples if a Java backend implementation is also added to the list:

https://github.com/telerik/kendo-angular/tree/master/examples-standalone

Duplicated
Last Updated: 21 May 2025 07:16 by ADMIN
Created by: Danny
Comments: 1
Category: Kendo UI for Angular
Type: Feature Request
0
I’d like to request two enhancements to the DateTimePicker:

Custom Timezone (e.g., UTC): Allow the ability to set a custom timezone, overriding the system clock for consistent time handling (e.g., UTC).

Timezone-Aware "Now" Button: Enable the "Now" button to respect the selected timezone. For example, if the timezone is set to UTC and the current UTC time is 12:00:00, clicking "Now" should display 12:00:00 instead of the local time.

These features would improve flexibility for timezone-specific applications and ensure consistency in timestamp-based operations. Thank you for considering this request!
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:

    Completed
    Last Updated: 09 May 2025 14:03 by ADMIN
    Release 2025 Q2 (May)

    We have a scenario where we have inputs inside the sortable component. As the user types into the input the focus is lost constantly this is due to the Sortable component being re-rendered unnecessarily by Angular change detection. You can see an example here

    Angular is moving towards immutable data structures and it is often the recommended practice. Therefore I believe the sortable component should be able to handle the scenario provided. This should be achievable by internally using a trackBy function to help Angular recognise when data hasn't changed. This should be accompanied by allow the consumer to provide their own function for tracking.

    A similar issue was raised 5 years ago but wasn't adopted. In my opinion given the massive advancements in Angular and the introduction of Signals this becomes a more pressing issue now and arguably moves from the realm of feature request to bug.

     

    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).
    1 2 3 4 5 6