Completed
Last Updated: 16 Apr 2024 08:38 by ADMIN
Created by: Erik
Comments: 1
Category: DatePicker
Type: Feature Request
0
The purpose of this item is to be able to navigate to the picker button element of the DatePicker components. It will be used for toggling the state of the popup.
Completed
Last Updated: 11 Apr 2024 13:03 by ADMIN
Created by: Hui Chuan
Comments: 2
Category: Kendo UI for Angular
Type: Bug Report
0

As demonstrated by the example of the current version and its screenshot, the title of the legend is black when using a dark theme:

Legend - Chart - Kendo UI for Angular (telerik.com)

telerik.com/kendo-angular-ui/components/charts/examples/chart/legend/title/?theme=default-main-dark&themeVersion=7.0.1

The rest of the text is white which leads me to believe that this is a bug. This issue is not present when using a light theme.

Completed
Last Updated: 11 Apr 2024 12:58 by ADMIN
Created by: Annamalai
Comments: 1
Category: Kendo UI for Angular
Type: Feature Request
6

Provide a built-in Rating component similar to the jQuery Rating component:

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

Completed
Last Updated: 11 Apr 2024 12:47 by ADMIN
Created by: -
Comments: 2
Category: PivotGrid
Type: Feature Request
16

Hi,

The cell template would be a good addition to the PivotGrid component allowing developers to customize the cell content.

Thank you for your consideration.

Completed
Last Updated: 11 Apr 2024 12:16 by ADMIN

Hello Progress Software Corporation,

We currently have an issue with the Date Input (Calendar) KendoUI Angular component. We need to use the selection mode "multiple" when selecting a full week. When the component loads, it's possible to select a full week with no issue but once you start to play around with the infinite scroll, then another week is selected instead of the desired one. The bug can be reproduced directly in the example provided in your documentation.

https://www.telerik.com/kendo-angular-ui/components/dateinputs/calendar/multiple-selection/


For example,

  1. Try to select a full week. It works.
  2. Do the same with the next week
  3. Now scroll to the next month and repeat 1 and 2
  4. Repeat 3

Repeat this process for more than 4 months and you will see the bug where the selection of the full week jumps to a completely different month.

 

Kind regards,

Rodrigo Rosenblüth 





Completed
Last Updated: 03 Apr 2024 13:00 by ADMIN
Created by: Dimiter
Comments: 0
Category: Kendo UI for Angular
Type: Feature Request
1

Please provide built-in way to set attributes to the internal Input element. These can be HTML attributes like "autocomplete", "aria-describedby" and others, and also custom attributes if such are required.

Currently the only way to set attributes is programmatically, for example through a custom directive:

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

Related feature request - https://feedback.telerik.com/kendo-angular-ui/1582022-set-area-describedby-and-area-labelledby-to-form-controls

Completed
Last Updated: 03 Apr 2024 13:00 by ADMIN
Created by: Erik
Comments: 0
Category: SplitButton
Type: Feature Request
1

So far the SplitButton behaves as a single tab stop component. But the component is created by two buttons, one which triggers a single operation and the arrow which only opens the popup.

The arrow should be part of the Tab sequence so the user can open only the popup without the need to use Alt+Down arrow combination.

Completed
Last Updated: 21 Mar 2024 13:28 by avto

After updating to Angular version 17.3.0 the TabStripComponen throws errors:

  • Error: Failed to execute 'setAttribute' on 'Element': 'aria-disabled]' is not a valid attribute name.
  • Error: Cannot read properties of undefined (reading 'filter')

The problem can be reproduced using this StackBlitz sample: https://angular-baaosj.stackblitz.io

Completed
Last Updated: 20 Mar 2024 09:31 by ADMIN
Please provide a feature allowing to set the "role" attribute to cells (TD elements) in a given Grid column.
Completed
Last Updated: 20 Mar 2024 08:19 by ADMIN
Created by: Maria
Comments: 1
Category: Spreadsheet
Type: Feature Request
2

I have a project that uses Kendo UI for jQuery to work with spreadsheets. I want to recreate the project from scratch in Angular using the Kendo UI for Angular Spreadsheet component.

In jQuery, I am currently using `kendo.spreadsheet.defineFunction()` (docs) to define our custom functions and I would like to do the same in Angular.

 

 

Completed
Last Updated: 18 Mar 2024 08:43 by ADMIN
Release 2024 Q2 (May)
Created by: Brice
Comments: 1
Category: Grid
Type: Feature Request
20

When using virtual scrolling and grouping features (currently achieved with kendoGridGroupBinding directive), the ability to control the expanded state of the groups is disabled due to limitation.

The available methods are helpfull when you want to control the state of the groups at runtime, but are not compatible with virtual scrolling since the records are loaded on demand.

It would be nice if we had the ability to collapse and expand all groups of the Grid programatically when using virtual scrolling.

Completed
Last Updated: 13 Mar 2024 15:14 by ADMIN

Currently angular will fail builds due to type check if kendo-timepicker value is null/undefined.

It requires it to always be a date - making it impossible to have initially empty values or to even reset the selection/value and show a placeholder.

Even the documentation for placeholder says:

Specifies the hint the TimePicker displays when its value is `null`.

private _value: Date = null;

@Input() public set value(value: Date)

But the input does not allow this. Even the property is defined in a way that would fail type checks in any newer angular project (strict mode is the default).

The only workaround currently is to  disable type check with $any()

Completed
Last Updated: 07 Mar 2024 08:25 by ADMIN
Created by: shahar
Comments: 2
Category: Calendar
Type: Feature Request
5

Please provide an opportunity to show a full week available on the Calendar component, even if the end of the week falls on the following month, e.g.:



Same goes for days from previous month, falling in the start week of the current month.

Thank you in advance.

Completed
Last Updated: 23 Feb 2024 06:47 by ADMIN
We need copy-pasting data from Excel to Kendo UI for Angular Grid, and it is available in old telerik component for silverlite application
Completed
Last Updated: 09 Feb 2024 14:04 by ADMIN
Created by: Daniel
Comments: 7
Category: NumericTextBox
Type: Feature Request
18
Is it possible to add the adornment features from the TextBox to the NumericTextBox? Specifically, the prefix and suffix? 
Completed
Last Updated: 09 Feb 2024 14:02 by ADMIN
Created by: Holger
Comments: 2
Category: AutoComplete
Type: Feature Request
6

Please add the adornments feature, as available for the TextBox component (https://www.telerik.com/kendo-angular-ui-develop/components/inputs/textbox/adornments/).

Completed
Last Updated: 09 Feb 2024 14:01 by ADMIN
Created by: CHARBEL KALLASSY
Comments: 3
Category: Scheduler
Type: Feature Request
11

Hi, Team!

I would like to have a designated Timeline View that displays a whole year. 

Best regards!

Completed
Last Updated: 09 Feb 2024 13:53 by ADMIN
Created by: Nidal
Comments: 9
Category: Scheduler
Type: Feature Request
6

Hy support team,

i am looking to get a year view of a schedueler but it seems to me that the documentation doesnt adress this point.

is there a workarround ?

                       2022
januray february March April............................................December
1             1
2             2
3             3
4             4
5             5
....

Completed
Last Updated: 09 Feb 2024 13:50 by ADMIN
Created by: Loic
Comments: 4
Category: Scheduler
Type: Feature Request
9

Hello, Team!

I would like to have a timeline view with custom number of days/weeks.

Completed
Last Updated: 23 Jan 2024 12:33 by ADMIN
Currently keyboard navigation in Multiselect is a bit limited in comparison to the same functionality in Multiselect in Kendo UI for jQuery. 

It would be great if the shortcuts in Multiselect in Kendo for Angular matched shortcuts in Multiselect in Kendo UI for jQuery.
1 2 3 4 5 6