Pending Review
Last Updated: 24 Dec 2024 03:54 by Hui Chuan

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

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?

Unplanned
Last Updated: 20 Dec 2024 14:39 by Peter
Created by: Peter
Comments: 0
Category: PDFViewer
Type: Feature Request
1

When trying to render some PDF in the Kendo PDF Viewer it fails to render a number of characters. The characters are from the font "STSong-Light".

The file is also rendered in pdf.js viewer, but it looks like a substitute font is used (is a bit bolder). 

Provide an option for the Kendo UI for Angular PDFViewer to load substitute fonts or alternatively, an option for the developer to provide its own collection of fonts.

In Development
Last Updated: 20 Dec 2024 14:27 by ADMIN
Created by: Kendo UI
Comments: 0
Category: Gantt
Type: Feature Request
2

Hi,

It would be a good addition to the Gantt component if a progress completion indicator is rendered on the tasks as in Kendo UI for jQuery.

 

In Development
Last Updated: 20 Dec 2024 14:27 by ADMIN
Created by: Sean
Comments: 0
Category: Gantt
Type: Feature Request
2

Provide the ability to change a task duration by dragging and dropping it at the required position. 

Similar to the Kendo jQuery Gantt:

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

and Gantt Chart from Syncfusion.

 

Unplanned
Last Updated: 20 Dec 2024 10:32 by ADMIN
Created by: Dmitry
Comments: 1
Category: Kendo UI for Angular
Type: Bug Report
0

When increasing the browser zoom level while using a kendo-splitter with two kendo-splitter-pane elements, one of the panes exceeds the boundaries of the kendo-splitter. As a result, part of the content becomes hidden.

Steps to Reproduce:

  1.  Use a  kendo-splitter with two kendo-splitter-pane elements.
  2.  Resize one of the panes
  3.  Increase the browser zoom level.

Template:

<kendo-splitter>
<kendo-splitter-pane [collapsible]="true" size="30%">
<div>
<h3>Inner splitter / left pane</h3>
<p>Resizable and collapsible.</p>
</div>
</kendo-splitter-pane>

<kendo-splitter-pane>
<div>
<h3>Inner splitter / center pane</h3>
<p>Resizable only.</p>
</div>
</kendo-splitter-pane>

<kendo-splitter-pane [collapsible]="true" size="30%">
<div>
<h3>Inner splitter / right pane</h3>
<p>Resizable and collapsible.</p>
</div>
</kendo-splitter-pane>
</kendo-splitter>

Unplanned
Last Updated: 20 Dec 2024 08:09 by Nicolas
Created by: Nicolas
Comments: 0
Category: Editor
Type: Feature Request
4

This event would be useful to focus the editor on some specific scenarios like in the Dialog:

https://www.telerik.com/kendo-angular-ui/components/knowledge-base/focusing-editor-inside-dialog

It currently relies on a short delay, which might differ depending on the machine.

Pending Review
Last Updated: 19 Dec 2024 18:08 by Sean

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

Unplanned
Last Updated: 19 Dec 2024 08:53 by ADMIN
Created by: Kamran
Comments: 5
Category: Editor
Type: Feature Request
9

The following HTML markup is not supported and misinterpred by the Editor:

<span style="color: red;">Test <span style="color: blue;">Inner Span </span> Test</span>

The result is:

<p>
   <span style="color: red;">Test</span>
   <span style="color: blue;">Inner Span</span>
   Test
</p>

 

 

Unplanned
Last Updated: 18 Dec 2024 09:00 by Barış
Created by: Barış
Comments: 0
Category: Grid
Type: Feature Request
1

Hi, Team!

I would like to request the introduction of the Ctrl + A keyboard shortcut as an approach for selecting all rows inside the Grid component.

Unplanned
Last Updated: 17 Dec 2024 08:27 by Keith
Created by: Keith
Comments: 0
Category: PDFViewer
Type: Feature Request
1

Hi, Team!

I would like to request functionality for the Kendo UI for Angular PDFViewer that supports a pinch-to-zoom feature on mobile devices.

In Development
Last Updated: 13 Dec 2024 13:24 by ADMIN
Scheduled for 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.
In Development
Last Updated: 13 Dec 2024 13:23 by ADMIN
Scheduled for 2025 Q1 (Feb)
Created by: Kaspars
Comments: 0
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

 

In Development
Last Updated: 13 Dec 2024 09:49 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.

Duplicated
Last Updated: 10 Dec 2024 15:34 by ADMIN
Created by: Sean
Comments: 0
Category: MultiSelectTree
Type: Feature Request
0
The kendo tree allows you to make individual nodes disabled without disabling child nodes; however, the kendo multi-select tree does not allow you to do this. If you disable a parent, all children become disabled.  Also, if you are using checkboxes, you cannot hide checkboxes from specific nodes.
Unplanned
Last Updated: 09 Dec 2024 12:13 by Kendo UI
Created by: Kendo UI
Comments: 0
Category: Grid
Type: Feature Request
0
It will be a good enhancement to the keyboard navigation if column reordering can be done with the keyboard.
Planned
Last Updated: 09 Dec 2024 11:55 by ADMIN
Scheduled for 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.

Planned
Last Updated: 09 Dec 2024 11:52 by ADMIN
Scheduled for 2025 Q1 (Feb)
Created by: Annamalai
Comments: 14
Category: Grid
Type: Feature Request
40

Hi Team,

Requesting a feature to grid rows merge like the below example,

Col1Col2Col3Col4Col5Col6
Row1Row1Row1Row1Row1Merge1
Row2Row2Row2Row2Row2
Row3Row3Row3Row3Row3Merge2
Row4Row4Row4Row4Row4
Row5Row5Row5Row5Row5
Row6Row6Row6Row6Row6Merge3
Row7Row7Row7Row7Row7
Row8Row8Row8Row8Row8Merge4
Row9Row9Row9Row9Row9

Thanks!

Unplanned
Last Updated: 09 Dec 2024 11:28 by Dheeraj
Created by: Dheeraj
Comments: 0
Category: DateInput
Type: Feature Request
1
Currently, there isn't a default setting for AM or PM, so the user must manually choose between them. One option could be for the auto-fill to set AM or PM by default. If the user enters the time but doesn't complete the AM/PM part, it won't autofill, but it will autofill if the time is incomplete and the user clicks away from the field. Another option to consider is adding it as an option in the formatPlaceholder.
Unplanned
Last Updated: 09 Dec 2024 09:53 by Anicia
Created by: Anicia
Comments: 0
Category: Charts
Type: Feature Request
1

It will be a good addition to the Title element if the underlined text option is added.

Currently, it can be added to the font property, but it will break the background property:

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

1 2 3 4 5 6