Completed
Last Updated: 2 Apr 2025 10:11 by ADMIN
Created by: Kendo UI
Comments: 1
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.

 

Completed
Last Updated: 2 Apr 2025 09:41 by ADMIN
Created by: Sean
Comments: 1
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: 2 Apr 2025 09:19 by ADMIN
Created by: Ben
Comments: 3
Category: Charts
Type: Feature Request
2

It will be a good addition to the chart types if the Marimekko Chart was introduced. This chart type is useful for visualizing categorical data distributions with variable column widths.

https://datavizcatalogue.com/methods/marimekko_chart.html

Unplanned
Last Updated: 2 Apr 2025 09:14 by Ben
Created by: Ben
Comments: 0
Category: Charts
Type: Feature Request
2

Implementing a Lollipop Chart type would improve data representation. This chart type enhances readability by combining a dot and a line to emphasize data points, making comparisons clearer.

https://datavizproject.com/data-type/lollipop-chart/

 

Unplanned
Last Updated: 2 Apr 2025 09:14 by Ben

The introduction of an Alluvial Diagram chart type would be beneficial. This type of chart helps visualize changes in categorical data over different stages, supporting insights into process flows and transitions.

https://datavizproject.com/data-type/waterfall-plot/

 

Unplanned
Last Updated: 2 Apr 2025 09:12 by Ben
Created by: Ben
Comments: 0
Category: Charts
Type: Feature Request
2

The introduction of an Alluvial Diagram chart type would be beneficial. This type of chart helps visualize changes in categorical data over different stages, supporting insights into process flows and transitions.

https://datavizproject.com/data-type/alluvial-diagram/

 

Unplanned
Last Updated: 2 Apr 2025 09:11 by Ben
Created by: Ben
Comments: 0
Category: Charts
Type: Feature Request
2

Adding a Parallel Sets chart type would enhance data visualization capabilities. This type of chart effectively displays categorical data flows and relationships, making it useful for comparative analysis.

https://datavizcatalogue.com/methods/parallel_sets.html

 

Unplanned
Last Updated: 2 Apr 2025 09:10 by Sergio

Hi, Team!

I would like to request the introduction of designated properties for the Gantt that allow me to specify the progress start and end for each individual task.

Thanks in advance!

Unplanned
Last Updated: 1 Apr 2025 08:20 by Mathilda
Created by: Mathilda
Comments: 0
Category: Spreadsheet
Type: Feature Request
1

Enable event handling for paste, copy, and cut actions in the Spreadsheet. This allows developers to track and customize these interactions, improving user experience and data management.

Similar to Kendo jQuery Spreadsheet widget:

https://docs.telerik.com/kendo-ui/api/javascript/ui/spreadsheet#events

 

Completed
Last Updated: 31 Mar 2025 14:55 by ADMIN
Created by: kdubious
Comments: 2
Category: Kendo UI for Angular
Type: Feature Request
4
Would love to see a new theme based on Microsoft Fluent UI
Declined
Last Updated: 31 Mar 2025 14:40 by ADMIN
Created by: Craigory
Comments: 3
Category: Grid
Type: Feature Request
2

Proposal

CellCloseEvent<T> should provide dataItem: T

 

Why

Currently the CellCloseEvent dataItem is typed as any. This could be the default, but adding a generic type here would allow strong typing in the event handler.

Declined
Last Updated: 31 Mar 2025 14:37 by ADMIN

There appears to be a allowedExtensions (Whitelist) but not a disallowedExtensions(Blacklist) link to docs

  public uploadRestrictions: FileRestrictions = {
    allowedExtensions: ['.jpg', '.png'],
  };
Is there a blacklist functionality that just allows us to say Allow anything but .exe files or something similar?

 

 

 

 

 

 

Declined
Last Updated: 31 Mar 2025 14:31 by ADMIN
Created by: Cyril
Comments: 2
Category: TreeView
Type: Feature Request
1
Hello,

 

We would like to be able to customize icons used in kendo-treeview (ex: arrows to access child elements).

This is required to match the rest of our style guide where we only use fontawesome icons.

Having still some kendo UI icons feel a bit weird at the moment.

 

Thanks!


Regards
Declined
Last Updated: 31 Mar 2025 14:27 by ADMIN
Created by: Michal
Comments: 4
Category: MultiSelect
Type: Feature Request
1

is it possible to add aria-label to kendo-multiselect? ( and it should be multiselect responsibility to propagate it to internal input )

 

Declined
Last Updated: 31 Mar 2025 14:23 by ADMIN

Hi Team,

Allow the ability to change the styling on the inner input of the component. This will allow developers easy access to change the placeholder styling based on condition or overall input element. Currently, a custom implementation like the following can be used:

https://stackblitz.com/edit/angular-pzv7zc?file=app/app.component.ts

or with a directive:

https://stackblitz.com/edit/angular-pzv7zc-v4te8u?file=app%2Fapp.component.ts

Thanks.

Declined
Last Updated: 31 Mar 2025 14:21 by ADMIN
Created by: Kendo UI
Comments: 1
Category: Tooltip
Type: Feature Request
2

A useful addition to the Tooltip component would be the ability to open it on a specific position defined by X/Y pixel coordinates.

This will allow displaying the tooltip at a concrete pixel as an addition to anchor elements.

Declined
Last Updated: 31 Mar 2025 14:16 by ADMIN
Created by: Kendo UI
Comments: 1
Category: Tooltip
Type: Feature Request
2

Hi,

In its current state, TooltipSettings is missing options like collision, offset, and others that are included in the TooltipDirective:

https://www.telerik.com/kendo-angular-ui/components/tooltip/api/TooltipDirective/#toc-collision

The additional options would be nice to have in the TooltipSettings to allow developers additional control on a global level similar to the TooltipDirective.

 

Declined
Last Updated: 31 Mar 2025 13:59 by ADMIN

Currently the Grid Filter menu logic is "and" and there is no built-in option for changing it even when using the configurable filter menu components in the Filter menu template.

It would be nice having an option to configure the default logic as well as to limit the list of options to only "And"/"Or" or prevent the end user from changing the programmatically set filtering logic.

As a workaround for setting the initial logic, the developer can use the logicChange method, e.g.:

https://www.telerik.com/forums/default-filter-menu-logic#4935605

 

Declined
Last Updated: 31 Mar 2025 13:44 by ADMIN
Created by: Kendo UI
Comments: 1
Category: Grid
Type: Feature Request
2

Currently, the Selection feature behaves strangely with the Keyboard Support enabled, see [demo](https://plnkr.co/edit/hTOg7Flx5Fnm63jJ6CgX?p=preview):

* Enter, Ctrl+Enter and Shift+Enter select the rows, but do not function if the cell has focusable components
* Space works only on the checkbox column
* Ctrl+Space, Shift+Space do not work at all

Ideally, the Grid should support the following shortcuts when the Selection and KB Navigation are enabled:

* Select the current row on Space, regardless of the cell content
* Support Ctrl and Shift modifiers for Space

* Shift + Up/Down Arrow for adding/removing the next/last row to the selection.

Similar to the TreeList KB navigation:

https://www.telerik.com/kendo-angular-ui/components/treelist/keyboard-navigation/

 

Completed
Last Updated: 31 Mar 2025 13:28 by ADMIN
Created by: Kendo UI
Comments: 1
Category: Grid
Type: Feature Request
0

Please provide support for spanned columns with multi-column headers combining the already existing features:

https://www.telerik.com/kendo-angular-ui-develop/components/grid/columns/spanned/

https://www.telerik.com/kendo-angular-ui-develop/components/grid/columns/headers/

 

1 2 3 4 5 6