Unplanned
Last Updated: 18 Mar 2024 14:02 by haritha
Created by: haritha
Comments: 0
Category: Spreadsheet
Type: Feature Request
5

Hi, Team!

I would like to request the support of macros in the Kendo UI for Angular Spreadsheet component.

Unplanned
Last Updated: 18 Mar 2024 08:57 by ADMIN
Created by: Kendo UI
Comments: 4
Category: TileLayout
Type: Feature Request
13

The TileLayout resizing and reordering functionalities do not work as expected when the component is positioned within a container with absolute or relative position. The position of the dragged item is offset with the offset of the parent container.

Please provide the necessary adjustments to enable placing the TileLayout in containers with absolute or relative position and keeping its resizing and reordering functionalities.

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.

In Development
Last Updated: 15 Mar 2024 13:50 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.

Under Review
Last Updated: 14 Mar 2024 14:50 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 





In Development
Last Updated: 14 Mar 2024 13:05 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

In Development
Last Updated: 14 Mar 2024 10:38 by ADMIN
Please provide a feature allowing to set the "role" attribute to cells (TD elements) in a given Grid column.
Pending Review
Last Updated: 14 Mar 2024 09:55 by Vanessa
Created by: Vanessa
Comments: 0
Category: Drawer
Type: Feature Request
0

It would be helpful if drawer items had a simple "title" property to add tooltips.  It would be easier to recognize actions in mini mode.

I know that it's possible to achieve this by adding a template for each item, a tooltip property would just make things a lot easier.

Planned
Last Updated: 13 Mar 2024 17:13 by ADMIN
Created by: Erik
Comments: 0
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: 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()

Pending Review
Last Updated: 13 Mar 2024 08:08 by Paul

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: 11 Mar 2024 12:21 by ADMIN
Scheduled for 2024 Q2 (May)
Created by: Niels
Comments: 0
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

 

In Development
Last Updated: 11 Mar 2024 12:19 by ADMIN
Scheduled for 2024 Q2 (May)
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.

Unplanned
Last Updated: 11 Mar 2024 08:04 by ADMIN
Created by: John
Comments: 3
Category: Grid
Type: Feature Request
3
Provide an option to pass custom popupSettings for the Column menu. This will allow to specify if the Column menu should be opened to the top or to the bottom.
Unplanned
Last Updated: 11 Mar 2024 03:24 by Anthony
Created by: Anthony
Comments: 4
Category: Dialog
Type: Feature Request
1

Hi,

I'm using the DialogService and it would be good to be able to provide my own injector so I can extended the service. Currently the DialogService uses the container's injector.

Reason for this feature request is to provide data to the dialog itself via DI, similar to how Angular Material allows this via MAT_DIALOG_DATA injection token.

Thanks,

Anthony

Unplanned
Last Updated: 08 Mar 2024 13:52 by Ramesh

Hi,

It would be a significant improvement to the component if there were an API that provides a way to style the image set by the imageUrl property, like imageStyle. This would allow the developer to set specific properties, such as width, height, and so on, for the image inside the button.

Declined
Last Updated: 08 Mar 2024 07:19 by ADMIN
Created by: Aurélien
Comments: 3
Category: Kendo UI for Angular
Type: Bug Report
0

Using the Editor component with Form Support, if I choose the style Heading 1 and type some letter.

I clean the value using only backspace key on the keyboard and the value of the form control is <h1></h1>.

 

This is reproductible on the demo : https://www.telerik.com/kendo-angular-ui/components/editor/forms/#toc-template-driven-forms

  • Choose Heading 1 style
  • Type AAA
  • The form value = <h1>AAA</h1>
  • Clean the value using backspace
  • The form value = <h1></h1>

Expected result

  • The form value should be empty
Unplanned
Last Updated: 07 Mar 2024 08:41 by ADMIN

Hi,

Currently, `week` is missing as an option in the DateInputCustomFormatPlaceholder and would be a good addition to the API.

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.

Unplanned
Last Updated: 06 Mar 2024 11:58 by Michael

Provide an item template directive for the ToolBarSplitButton and the ToolBarDropDownButton that allows the customization of their items, similar to the ones available for the default SplitButton and DropDownButton components:  

Currently, the only way to use this item template is by implementing the default buttons as custom tools in the Toolbar.

1 2 3 4 5 6