Completed
Last Updated: 23 Jan 2025 16:08 by ADMIN
Release 2025 Q1 (Feb)
Created by: Kendo UI
Comments: 0
Category: Grid
Type: Feature Request
0
Please provide an option to resize Kendo Angular Grid columns through built-in keyboard shortcuts.
Completed
Last Updated: 23 Jan 2025 16:08 by ADMIN
Release 2025 Q1 (Feb)
Created by: Kaspars
Comments: 1
Category: Gantt
Type: Feature Request
12

Provide a way to change the Gantt tasks dates by dragging the edges of each task. Similar to the  Kendo UI for jQuery Gantt:

https://demos.telerik.com/kendo-ui/gantt/index

 

Completed
Last Updated: 23 Jan 2025 16:00 by ADMIN
Release 2025 Q1 (Feb)

Hi,

It will be a nice feature to have the ability to customize the drag hint of the built-in row reordering similar to the hintTemplate.

Pending Review
Last Updated: 23 Jan 2025 11:00 by Herman
I would like to suggest simplifying the popup implementation by including a default mechanism to close the popup when the user clicks outside its boundaries.

Currently, this functionality requires additional code, such as the example below:

Documentation reference:
https://www.telerik.com/kendo-angular-ui/components/popup/closing#on-document-click-or-escape
@ViewChild("anchor", { read: ElementRef }) public anchor: ElementRef;
@ViewChild("popup", { read: ElementRef }) public popup: ElementRef;

@HostListener("document:keydown", ["$event"])
public keydown(event: KeyboardEvent): void {
  if (event.code === "Escape") {
    this.closePopup();
  }
}

@HostListener("document:click", ["$event"])
public documentClick(event: KeyboardEvent): void {
  if (!this.contains(event.target)) {
    this. closePopup();
  }
}

private contains(target: EventTarget): boolean {
  return (
    this.anchor.nativeElement.contains(target) ||
    (this.popup ? this.popup.nativeElement.contains(target) : false)
  );
}
Including this functionality as a default in the popup component would eliminate the need to write repetitive code for every use of the popup component.

Thank you for considering this enhancement.

Kind regards,
Herman Fransen
Declined
Last Updated: 22 Jan 2025 04:26 by Altai
Thanks for the due diligence.  I can see how this could be used as a solution but it's effectively a bit of a bodge.  The user loses the essential ability for pagination and editable/non-editable areas (amongst a whole host of other features).  In a document management solution, these are fairly essential.  The key for me is to allow users to edit documents that they are familiar with.  I worked with WOPI for two months before throwing the entire work effort out the window.

I enjoy working with Kendo products and have been doing so for over ten years although I have never liked your approach to responsive design - I think this is a hangover from selecting a different container model to Bootstrap (I seem to remember this from a long time ago).  To this end, I was hoping that your Angular component set might be written from the bottom up with a different design approach but it appears not. Anyway, I diverge.

Bringing the Docx document into the editor would be a great option if it displayed it as a page with editable regions and pagination.  As far as I can see Syncfusion is well behind Progress in terms of the overall offering and support but in this one component they are well ahead.  Their approach is to mirror the OpenXML format of Word with their own .sfdt format and deliver that to be edited inside a component which is obviously a variation of their own editor.  That's the way forward for Progress, along with a big marketing message to the developer community saying "Your WOPI woes are over....".  I personally deliver these documents from blob storage and mirror the results on my customers' local file server with a simple Powershell command, that way they have a local copy of all the document collection as a backup for disaster recovery.

It's a learning curve with Syncfusion, one which I didn't want to have to undertake.  But that's the way I have to go whilst Progress has no document editor.  Strange really when you are so close with your editor and WordsProcessor library and offer a spreadsheet in almost every flavor.  WOPI's a real pain and impossible to implement and a document editor would really shake things up...

In my humble opinion.
Unplanned
Last Updated: 17 Jan 2025 13:56 by Stefan

In the Kendo for Angular Splitter component, adding or removing items from the bound array causes all panes to re-render, even if only one pane is affected. This results in unnecessary content reloads—for example, iframes inside panes are forced to reload, disrupting the user experience.

This behavior appears to stem from change detection triggering full DOM updates within the Splitter. We propose optimizing the component to prevent unnecessary re-renders of unchanged panes, improving performance, and preserving pane content during dynamic updates (similar to version 6.3.0).

Example with CSS that visually demonstrates the re-rendering of content - https://stackblitz.com/edit/angular-p7g2g477-8buqmjpe

The second example which is similar to the above - https://stackblitz.com/edit/angular-p7g2g477

 

Unplanned
Last Updated: 15 Jan 2025 17:58 by Jin

It would be nice to have a feature to remove some operator from the grid filter built-in functionality as a global setting so that they apply across all grid columns without needing to repeat this customization for each column.

I understand that Kendo supports this functionality as described, but my expectation is to configure it as a global setting rather than on an individual basis. This would significantly simplify configuration in cases where multiple grids or columns are involved.

Unplanned
Last Updated: 14 Jan 2025 09:19 by ADMIN
Created by: Marleen
Comments: 1
Category: TreeList
Type: Feature Request
0

We would like to provide the same loading behaviour to our customers by displaying a custom loading spinner.

Therefore I request the feature for a "Angular TreeList Loading Template", like it is already available for kendoGrid.

 

Unplanned
Last Updated: 09 Jan 2025 12:04 by Kendo UI
Created by: Kendo UI
Comments: 0
Category: Timeline
Type: Feature Request
1

Currently, when the Timeline has a horizontal orientation configured, only one event at a time can display its details - the selected one.

It would be great if multiple events could be visible at once in horizontal orientation as well similar to the rendering of the vertical orientation of the Timeline.

Unplanned
Last Updated: 07 Jan 2025 12:21 by Samir
Created by: Samir
Comments: 0
Category: Editor
Type: Feature Request
1

Hi, Team!

I would like to request the possibility of inserting various shapes in the Editor component similar to the functionality in Microsoft Word.

Here is a possible workaround: https://stackblitz.com/edit/angular-lx34zzvp-qhvevap1 

Unplanned
Last Updated: 07 Jan 2025 08:21 by Julian
Created by: Julian
Comments: 0
Category: Scheduler
Type: Feature Request
5
Adding a paper size option to the Scheduler PDF Export component would be a helpful improvement, making the output more flexible.
Unplanned
Last Updated: 06 Jan 2025 12:40 by Chandra
Created by: Chandra
Comments: 0
Category: Signature
Type: Feature Request
1

Hi, Team!

I would like to request a functionality that allows the developer to bind the Signature component to a custom string value similar to:

 

Unplanned
Last Updated: 06 Jan 2025 12:27 by Martin
Created by: Bob
Comments: 7
Category: Kendo UI for Angular
Type: Feature Request
20

We could really do with a file explorer, I believe this is already available in your JQuery suite and is planned for .NET Core.

Syncfusion have already implemented an angular file manager which can use Azure Blob Storage as a backend (though other backends are also available).

In fact the syncfusion file explorer is based on your own component.  After some digging around looking for a similar solution I found their design document for the component which directly refers to the Telerik's own components.  You may want to consider contacting syncfusion on this because it appears to me that they may have breached your copyright. 

 

 

Duplicated
Last Updated: 06 Jan 2025 12:15 by ADMIN

The FileManger Widget in Kendo for JQuery is a component which is extremely useful in lots of use cases. However, there is not such a component in Kendo for Angular - and adding JQuery to a new Angular app doesn't seem to be the way to go in 2025.

Therefore I'd like to suggest adding a FileManager component to Kendo for Angular- I would be willing to pay extra for that, btw ;-)

Completed
Last Updated: 06 Jan 2025 10:48 by ADMIN
Created by: Paul
Comments: 3
Category: Kendo UI for Angular
Type: Bug Report
0

When typing into the Angular Datepicker on iOS devices, the page scrolls unexpectedly after entering the first character of any date part (day, month, year). The scroll occurs on each subsequent character input (2nd, 3rd, etc.), making it difficult to use the input field.

Steps to Reproduce:

  1. Open a webpage with a Kendo UI Datepicker on an iPhone (iOS v16+, any model). Ensure the datepicker is positioned far enough down the page that scrolling is required to reach it. Example can be seen at https://angular-v7j3ag.stackblitz.io/
  2. Focus on the Datepicker input field.
  3. Enter a date manually using the on-screen keyboard.
  4. After typing the first character into any date part, the page behaves normally, but it scrolls up to the top of the page on subsequent character inputs.

Expected Behaviour: The page should remain in place when typing, allowing smooth input without scrolling.

Observed Behaviour: The page scrolls up after entering the second character of any date part (day, month, or year) and continues to do so on each further input.

Reproduction: The issue was recreated using Kendo's own Datepicker example (with added spacing to demonstrate the scroll behaviour). https://stackblitz.com/edit/angular-v7j3ag

Affected Platforms:

  • All iPhone models (tested 11 - 15) with iOS v16+ (reproducible on Safari and Chrome browsers).
  • Does not occur on desktop or Android devices.

Additional Notes:

  • A video demonstrating the behaviour is attached.
  • This has been reproduced on both BrowserStack and physical iPhone devices.

I couldn’t find an existing bug report related to this issue, so I would appreciate it if you could confirm whether this has been reported or provide further guidance.

Declined
Last Updated: 26 Dec 2024 12:33 by ADMIN

The page numbers and total items within a pager do not appear to respect the currently loaded i18n locale. For example, there's no comma in the thousands place for the en locale. What makes me believe this is a bug is that the page input which can appear DOES have i18n applied to it so the discrepancy is clearly visible between the two.

As there's no demo with such large page numbers I've created an example as well as a screenshot:
B187rdik (forked) - StackBlitz

Unplanned
Last Updated: 26 Dec 2024 12:30 by Hui Chuan

Add a locale formatting option to the Grid pager elements, similar to the functionality available in the DropDownList within the Grid pager.

Related to - https://feedback.telerik.com/kendo-angular-ui/1674278-grid-pager-numbers-do-not-appear-to-respect-internationalization-locale

Workaround using the pager template - https://stackblitz.com/edit/angular-rvvry94x-8jfbjfbp

 

Unplanned
Last Updated: 26 Dec 2024 09:12 by ADMIN
Created by: Sean
Comments: 1
Category: Kendo UI for Angular
Type: Feature Request
1

When rendering a "No records available" message or template, this should be centered, not stuck in the scrollable columns section.

Declined
Last Updated: 25 Dec 2024 08:18 by ADMIN
Created by: Kyle
Comments: 2
Category: NumericTextBox
Type: Feature Request
2
Currently it seems that only the Kendo textbox has built in functionality for validation icons.
We're using it alongside several other controls (dropdownlists, numerictextbox, etc) and would like to be able to use the same sort of validation icon functionality.
Completed
Last Updated: 23 Dec 2024 12:04 by ADMIN
Created by: Markus
Comments: 18
Category: DatePicker
Type: Feature Request
36

We face some issue with the with keyboard inputs. The current behavior is that the kendo tries to help us the dates right. For example if you have entered the 28th of February and you start to type another new date which should be the 31.12.2019 for example, after typing the first "3" the is immediately jumping to the month after hitting the first number because there is no date in February which has two digits on a day and starts with a "3". So it tries to get the dates right but the user maybe wants to replace the whole date and just want to continue writing the date.

We need a functionality that the not validate the date the way he does it right now, overtake the validation, like turn it off or anything like that?

1 2 3 4 5 6