Completed
Last Updated: 16 May 2024 14:00 by ADMIN
Created by: Team Booking
Comments: 2
Category: Kendo UI for Angular
Type: Feature Request
8

Hi,

We are in need of a lightweight timeline component. One that shows events grouped by date and/or time with the options to expend all the event if there are more then one on the same date.

A neat feature would be an action button on an event. This would greatly enhance the experience of the timeline.

We suggest something similar to this one:  Clarity Design System - Documentation - Timeline

Our use case:

We have price lists that are published on x date and time.
To track a collection of price lists and events per price list chronologically, we need a timeline with (optional) actions per published event.

 

Kind regards,

Maikel

Completed
Last Updated: 16 May 2024 13:59 by ADMIN
Release 2024 Q2 (May)
Created by: Niels
Comments: 1
Category: PivotGrid
Type: Feature Request
4

Provide a count aggregate for PivotGrid, just like the Grid does:

https://www.telerik.com/kendo-angular-ui/components/grid/grouping/aggregates/#toc-aggregate-types

 

Completed
Last Updated: 16 May 2024 13:53 by ADMIN
Created by: Mauro
Comments: 2
Category: Calendar
Type: Feature Request
2

Currently, for some reason - the buttons only exist around the "Today" button in the classic type Calendar.

It doesn't pass our UX requirements and actually looks odd - the buttons change month/year yet are around a value that never changes, on the side.

Can we get a template option or a built-in way to have these buttons around the title, like in Kendo jQuery classic Calendar?

The current headerTitleTemplate only allows changing the contents of that title button - and you can't put buttons inside buttons.

Completed
Last Updated: 16 May 2024 11:17 by ADMIN

The "auto" scrolling mode of the TabStrip works fine when we resize the container or the window - i.e. the scroll buttons appear if the tabs do not fit ij the container. However, they do not appear if we add tabs dynamically and this is a bug. If we add tabs dynamically, then once the tabs dont fit in the container, the scroll biuttons should appear. Below is the example in stackblitz:

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

Completed
Last Updated: 16 May 2024 06:38 by ADMIN
Created by: Martin
Comments: 1
Category: TreeView
Type: Feature Request
0

I realise the real villain here is Angular change detection, but anyways...

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

This is sort of halfway between a bug and a feature: I've noticed when i add any kind of mouse event to a tree view node template then some global change detection kicks in, and in turn this seems to cause the svg carets in treeview to be constantly regenerated e.g. open the above stackblitz and move the mouse up and down the tree - if you look in the chrome inspector elements tab and go to the <kendo-svgicon> carets you will see their child nodes ( > svg > path) glow as they are being replaced - even though the replacement nodes are no different. If you edit the data in these nodes e.g. path coords, you'll see it get replaced when the mouse is moved up/down the tree again

This doesn't seem to affect any other parts of the tree view, just the carets... is there a chance this could be looked into why this is happening, and hopefully stopped? (our ultimate reason is we're also listening to DomChange events with a mutation observer on the tree and these changes cause many DomChange events that swamp the ones we actually want.)

(Also, I have looked into changing the change detection behaviour in angular but it isn't fine-grained enough to ignore just one particular declaration of an event listener in a template - it's all big sweeping component-level changes or using renderer classes and native listeners which are unwieldy, especially when the target concerned is in a ng-template like in this instance.)

Completed
Last Updated: 13 May 2024 13:55 by ADMIN
Created by: digvijoy
Comments: 2
Category: Kendo UI for Angular
Type: Feature Request
1

As a end user I should be capable of assigning my own accessibility attributes. right now I could see that input automatically mapping area-describedby from hint component. 

Please do the needful.

 

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