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.

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.

Unplanned
Last Updated: 29 Feb 2024 14:03 by David
Created by: David
Comments: 0
Category: PanelBar
Type: Feature Request
1

Hi, Team!

Currently, when the PanelBar component is set to take up a specific percentage of its parent element(and the size of the parent element is also responsive) and the screen is resized, the dimensions of the PanelBar are not properly recalculated and the component causes changes in the page thus breaking the responsive design.

Unplanned
Last Updated: 26 Feb 2024 13:02 by Endika
Created by: Endika
Comments: 0
Category: Charts
Type: Feature Request
1

We've already implemented several Kendo Chart performance optimization techniques, including:

  • Canvas Rendering.
  • Inline Series Binding.
  • Disabling Animated Transitions.
  • Disabling Gradients.
  • Hiding Minor Grid Lines.
  • Date Grouping using Category Axis in Date Mode.

However we are still experiencing issues when using large amounts of data.

Unplanned
Last Updated: 26 Feb 2024 11:33 by Kendo UI
Created by: Kendo UI
Comments: 0
Category: Map (beta)
Type: Feature Request
1

Hi,

It will be very useful if a Bing layer is provided to the Map component similar to the Kendo UI for the jQuery map widget:

https://demos.telerik.com/kendo-ui/map/bing

 

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

1 2 3 4 5 6