Pending Review
Last Updated: 24 Apr 2024 07:32 by Georges
Created by: Georges
Comments: 0
Category: Kendo UI for Angular
Type: Feature Request
0

Hello,

I would like to be able to disable parent node only in the MultiSelectTree component.

This functionality is already present in the TreeView: https://www.telerik.com/kendo-angular-ui/components/treeview/api/TreeViewComponent/#toc-inputs

It would also be beneficial in the long term to align the options between the MultiSelectTree and TreeView component (like Load More Button, select one or many,...)

Thanks in advance

 


Unplanned
Last Updated: 22 Apr 2024 10:54 by Sergey
Created by: Sergey
Comments: 0
Category: Gantt
Type: Feature Request
1

Implement a MediaPlayer component like the jQuery one:

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

Unplanned
Last Updated: 22 Apr 2024 10:12 by Vaishnavi
Created by: Vaishnavi
Comments: 0
Category: Spreadsheet
Type: Feature Request
1
We're utilizing the Kendo Spreadsheet in a scenario where we need to access Excel spreadsheet functions. Specifically, we have a spreadsheet with multiple sheets and would like to use formulas to reference data from one sheet to another. 
Unplanned
Last Updated: 19 Apr 2024 07:27 by William
Created by: William
Comments: 0
Category: Spreadsheet
Type: Feature Request
1

Hi,

We are requesting a feature for adding custom options in the Context Menu of the Spreadsheet, just like in jQuery:

https://docs.telerik.com/kendo-ui/api/javascript/ui/spreadsheet/methods/cellcontextmenu

Unplanned
Last Updated: 18 Apr 2024 09:15 by Kamran
Created by: Kamran
Comments: 0
Category: Editor
Type: Feature Request
2

The following HTML markup is not supported and misinterpred by the Editor:

<span style="color: red;">Test <span style="color: blue;">Inner Span </span> Test</span>

The result is:

<p>
   <span style="color: red;">Test</span>
   <span style="color: blue;">Inner Span</span>
   Test
</p>

 

 

Unplanned
Last Updated: 11 Apr 2024 06:49 by Utsav
It would be a good option to have an API that prevents the automatic switch of the calendar to the time picker view when a date is selected by the user.
Unplanned
Last Updated: 10 Apr 2024 12:52 by Erik

When the for attribute of the native label is set to the id of the native input (and it's wisely generating guids for those so they're unique) there is no need for the aria-labelledby to point back to the id of the label.

The only time you need that aria-labelledby pointing back to the label is on components that aren't using a native input/select/textbox element, like kendo-dropdownlist.

Remove the aria-labelledby for cases when native HTML elements are associated.


Unplanned
Last Updated: 10 Apr 2024 10:31 by Oliver
Created by: Oliver
Comments: 0
Category: Charts
Type: Feature Request
1

We have noticed that the labels on the y-axis are rendered too close together, almost touching each other. This can be configured by setting the step option.

However, it could be ideal in such cases for the step to be determined automatically by the Chart based on the available space (similar to the rotation option which rotates the label, but in this case to control the step).

Please provide an option to automatically render the labels based on the available space.

Unplanned
Last Updated: 03 Apr 2024 19:07 by Geethu
Created by: Geethu
Comments: 0
Category: TreeList
Type: Feature Request
1
Ability to modify the filter menu title with columnName placeholder in the TreeList just like the filterMenuTitle in the Grid.
Unplanned
Last Updated: 29 Mar 2024 13:02 by Raju
Created by: Raju
Comments: 0
Category: TreeList
Type: Feature Request
2

Hi, Team!

I would like to request functionality that would allow the rendering of connection lines between the items of the TreeList. This would allow the better visualization of the parent-child relationships:

Unplanned
Last Updated: 25 Mar 2024 13:15 by Sandro
Created by: Sandro
Comments: 0
Category: DatePicker
Type: Feature Request
1
Currently, the adaptiveMode property has 2 possible values -  'none' and 'auto'. Please provide a third setting (for example 'always') that allows the user to configure the adaptive mode of the component to be always enabled regardless of the current screen size. 
Unplanned
Last Updated: 24 Mar 2024 18:06 by horváth
Created by: GIUSEPPE
Comments: 1
Category: Grid
Type: Feature Request
2

Hi, Team!

I would like to request an enhancement to the built-in drag selection functionality such that the Grid component is automatically scrolled thus allowing the user to reach rows and columns that are rendered on the page but are not currently visible.

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: 21 Mar 2024 07:21 by ADMIN
Created by: Vanessa
Comments: 1
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.

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.
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.

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.

Unplanned
Last Updated: 05 Mar 2024 16:13 by Stephen Barrett
Created by: Stephen Barrett
Comments: 0
Category: Spreadsheet
Type: Feature Request
3

Hi Team,

I would like to request the data validation functionality like this Kendo UI for jQuery demo to be included in the new Angular component.  

Thank you!

Unplanned
Last Updated: 05 Mar 2024 11:35 by Dimitris
Created by: Dimitris
Comments: 0
Category: Grid
Type: Feature Request
1

When I type on a filter, the event filterChange is fired and it correctly contains the data of the column filter that has been modified, with its value.

The problem is that when a filter is cleared (either via clear button or by emptying the filter), the fired filterChange event does not contain any information. No name of the filter field is provided. This doesn't allow me to know which filter has been cleared.

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.

1 2 3 4 5 6