In Development
Last Updated: 15 Apr 2025 15:31 by ADMIN

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.

 

In Development
Last Updated: 04 Feb 2025 08:57 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

 

In Development
Last Updated: 05 Dec 2024 12:28 by ADMIN
Created by: Werner Haltner
Comments: 0
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.

In Development
Last Updated: 25 Sep 2024 09:37 by ADMIN
Scheduled for 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

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.

 

 

In Development
Last Updated: 03 Apr 2024 12:52 by ADMIN
Created by: César
Comments: 0
Category: PivotGrid
Type: Feature Request
1

Please provide an option to expand row axes by default. The functionality should allow rendering the row axes expanded just as if they were expanded by clicking on their expand arrow.

Thank you.

In Development
Last Updated: 29 Nov 2023 08:47 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