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.
Planned
Last Updated: 09 Dec 2024 12:15 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.
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 12:04 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

 

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
39

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

Unplanned
Last Updated: 09 Dec 2024 08:48 by Sachin

Hi,

Currently, when the popup of the component is opened, it doesn't provide a boundary detection and render the popup in a proper position unless the alignment of the popupSettings is set by the developer. It will be a nice to have if the collision of the popup is provided as an option to the DropDownsButton component.

Declined
Last Updated: 04 Dec 2024 14:57 by ADMIN
Pretty much what the title says. I'd like the Pivot Grid v2, which is available in Kendo UI for jQuery, to be in the Kendo UI for Angular. The feature set within the jQuery component is far superior to what is currently available in the Angular Pivot Grid. 
Unplanned
Last Updated: 04 Dec 2024 14:23 by ADMIN
Created by: Herman
Comments: 0
Category: Dialog
Type: Feature Request
2

When opening a Kendo dialog, it's in most cases necessary to prevent the background page from scrolling.

Telerik offers a solution to address this issue:
https://www.telerik.com/kendo-angular-ui/components/knowledge-base/page-is-scrollable-when-open-dialog

To make this process more straightforward, I propose adding a property, such as `disableBackgroundScroll`, to the dialog component. This property would automatically handle this behavior.

Example usage:
<kendo-dialog disableBackgroundScroll>
  ...
</kendo-dialog>


Unplanned
Last Updated: 03 Dec 2024 08:53 by Suman
Created by: Suman
Comments: 0
Category: Spreadsheet
Type: Feature Request
1
Provide a way to load a file in the Spreadsheet by dragging it into the scope of the component.
Unplanned
Last Updated: 02 Dec 2024 09:03 by Vicky

This will help developers add closing animations, creating a smoother visual experience, as the popup currently closes without any animations.

A workaround would be to attach CSS animations when the popup is closing:

https://stackblitz.com/edit/angular-tk54xs-xgegpw

Unplanned
Last Updated: 29 Nov 2024 14:32 by ADMIN
Created by: John Tobin
Comments: 11
Category: Grid
Type: Feature Request
12
Add ability to create multi-column headers for Kendo Ui for Angular Grid component. We should be able to use a nested array with n levels and the multi-column headers should be created dynamically by the grid.


Completed
Last Updated: 28 Nov 2024 07:56 by ADMIN
Created by: Johann
Comments: 1
Category: Grid
Type: Feature Request
1

Could we have a turnkey solution which allows to disable a row selection which takes care of disabling only the relevant selection checkboxes and handle properly the "Select all" checkbox state (in header).

With CheckboxColumnComponent field which allows providing dataItem field name or predicate function.

<kendo-grid-checkbox-column showSelectAll="true" disableSelection="isDisabled">
</kendo-grid-checkbox-column>

<kendo-grid-checkbox-column showSelectAll="true" [disableSelection]="isDisabledPredicateFunction">
</kendo-grid-checkbox-column>

OR

If you don't want to add more selection concerns into CheckboxColumnComponent this field could be specified in your SelectableSettings as well:

public selectableSettngs: SelectableSettings = {
    enabled: true,
    checkboxOnly: false,
    mode: 'multiple',
    cell: false,
    drag: false,
    rowEnabled: mySelectableRowPredicateFunction
}

rowEnabled field could something like this:

export declare type RowEnabledSelectionFn = (context: RowArgs) => boolean | boolean;

export interface SelectableSettings {
    //...
    /**
     * Determines if row selection is allowed.
     *
     * @default true
     */
    rowEnabled?: RowEnabledSelectionFn;
}

Thank you

Unplanned
Last Updated: 27 Nov 2024 10:10 by Adil
Created by: Adil
Comments: 0
Category: Switch
Type: Feature Request
1

Provide a themeColor property for the Switch component like the rest of the components from the site such as:

Thank you.

Unplanned
Last Updated: 22 Nov 2024 08:11 by Sara

Currently, the fields DropDownList does not have a filter option to narrow down the popup list of items. Adding this feature would be a great improvement, especially for scenarios with more than 20 items in the filter fields.

 

 

Unplanned
Last Updated: 18 Nov 2024 15:12 by Alan Paul
Created by: Alan Paul
Comments: 0
Category: ConversationalUI
Type: Feature Request
1

Hi, Team!

Currently, the Output view of the AIPrompt component ignores any of the formatting that is applied to the text it renders and displays it as regular text. However, I want to retain the formatting of the text that was generated by the AI model that I am using.

For this reason, I would like to request the introduction of a designated template that would allow me to control the formatting of the prompts in the Output view.

Unplanned
Last Updated: 15 Nov 2024 15:01 by Vincenzo

Provide a built-in functionality for the TreeList that would allow binding the component to data with the following structure:

const data = [
    { path: ['node1', 'node2'], property1: value, property2: value },
    { path: ['node1', 'node2', 'node3'], property1: value, property2: value },
];

The structure provides particular paths for the leaf nodes (last children) that determine the hierarchy within the component and additional fields that correspond to the columns' definition of the component. 

Completed
Last Updated: 15 Nov 2024 12:56 by ADMIN
Created by: Michael
Comments: 1
Category: Splitter
Type: Feature Request
1
Provide an option that would allow developers to set the values of aria attributes like aria-valuenow, aria-valuemin and aria-valuemax to the separator elements.
1 2 3 4 5 6