Duplicated
Last Updated: 22 Mar 2023 08:19 by ADMIN
Created by: Shreekant
Comments: 0
Category: Kendo UI for Angular
Type: Feature Request
1
Grid row merge

Hi Team,

Requesting a feature to grid rows merge like below example for similar data. And by when we can expect this feature in Kendo grid. 

Col1Col2Col3Col4Col5Col6
Row1Row1Row1Row1Row1Merge1
Row2Row2Row2Row2Row2
Row3Row3Row3Row3Row3Merge2
Row4Row4Row4Row4Row4
Row5Row5Row5Row5Row5
Row6Row6Row6Row6Row6Merge3
Row7Row7Row7Row7Row7
Row8Row8Row8Row8Row8Merge4
Row9Row9Row9Row9Row9

Thanks!

 

Need More Info
Last Updated: 17 Mar 2023 11:42 by ADMIN
Created by: Jörg
Comments: 2
Category: Kendo UI for Angular
Type: Feature Request
0

Hi,

I am looking to have a MultiSelect which not allows do add Tags by Typing and still allows the tags to be removed. 

  • The Searchbar should not appear.
  • Typing should not be possible
  • If the delete Button of a Tag is clicked it should be removed

So flagging MultiSelect as disabled or readonly is not an option as removing the tags is not possible anymore. 

My i think legimate scenario is:

  • I don't want to be the users able to assign their own tags.
  • I want the user to be able to remove assigned tags
  • The UI to select a new tag is to complex to have it directly in the searchbar - also if i wanted to integrate it the template options are not suficient so i do it in an extra pop up controlling the selected tags by typescript

https://www.telerik.com/forums/remove-typing-box-from-multiselect-component

An extra option or config scenario to achieve this would be appreciated.

If you look at your competition, there it's possible to do that:

https://js.devexpress.com/Documentation/ApiReference/UI_Components/dxTagBox/

Thanks and Regards

 

 

 

 

 

 

 

Unplanned
Last Updated: 15 Mar 2023 12:03 by Vitaly
Created by: Vitaly
Comments: 0
Category: Map (beta)
Type: Feature Request
1

Allow rotating the pins, based on a filed value in the markers objects:

 public  markers = [
        { latlng: [30.2675, -97.7409], name: 'Zevo Toys', rotateAngle: 90},
        { latlng: [30.2707, -97.7490], name: 'Foo Bars',  rotateAngle: 20 },
    ];

Unplanned
Last Updated: 15 Mar 2023 11:20 by Panu
Created by: Panu
Comments: 0
Category: TreeList
Type: Feature Request
5

Hi, Team!

As of now, the TreeList component does not have a designated property that allows the developers to modify its sizing. Similarly to the Grid, I would like to ask for the implementation of such a property. 

Unplanned
Last Updated: 14 Mar 2023 14:03 by Dominik
Created by: Dominik
Comments: 0
Category: Charts
Type: Feature Request
1

Hi,

Please provide an option that allows forcing the chart to use whole numbers for its value axis when zooming in or out. It's not something uncommon to have charts that can't have decimals (eg. number of people).

Thank you

Unplanned
Last Updated: 14 Mar 2023 13:25 by ADMIN
Created by: Kendo UI
Comments: 0
Category: PivotGrid
Type: Feature Request
1

Hi,

It will be a nice addition to the PivotGrid toolkit to have a built-in PDF Export module.

Unplanned
Last Updated: 14 Mar 2023 13:25 by Brian
Created by: Werner Haltner
Comments: 1
Category: ListBox
Type: Feature Request
6

Hi,

It will be a good component enhancement if selection and multi selection was introduced to the ListBox component. Like Kendo UI for React and jQuery:

https://www.telerik.com/kendo-react-ui/components/listbox/selection/

https://docs.telerik.com/kendo-ui/api/javascript/ui/listbox/configuration/selectable

Thank you for your consideration.

Unplanned
Last Updated: 14 Mar 2023 09:02 by ADMIN
Created by: Iliyan
Comments: 3
Category: Kendo UI for Angular
Type: Feature Request
13
A brand new component to crop, rotate and resize an image before upload. I think almost every CMS that uses kendo components will make use of such a component. 

For reference Kendo UI jQuery ImageEditor component:

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

Unplanned
Last Updated: 13 Mar 2023 14:01 by Michael
Created by: Michael
Comments: 0
Category: Scheduler
Type: Feature Request
2

Hi,

It will be a good addition to the component if separate events are fired when the user makes choice inside the `Edit Recurring Item` dialog.

That will help developers to execute additional logic upon user interaction.

Thank you for your consideration.

Unplanned
Last Updated: 10 Mar 2023 13:10 by Thomas

Hi, Team!

As of now, the selectItem method selects an item in the ListBox, however, when the element is located at the bottom of the component and is hidden because of the scroll, the method only selects the item but does not scroll to it. I would like to have the method scroll the ListBox to the selected item. 

Unplanned
Last Updated: 09 Mar 2023 07:40 by Ken
Created by: Ken
Comments: 0
Category: DatePicker
Type: Feature Request
1

Hi,

It will be a good addition to the component if there is a way to set the animation duration of the opening and closing of the popup as currently there isn't such a control for the component. Similar to the standalone Popup component:

https://www.telerik.com/kendo-angular-ui/components/popup/api/PopupAnimation/

Thank you for your consideration.

 

Unplanned
Last Updated: 08 Mar 2023 11:37 by Alexis
Created by: Alexis
Comments: 0
Category: Notification
Type: Feature Request
1

Hi team,

Please provide options to configure the Notification slide position - like sliding the Notification from bottom left to bottom center.

Unplanned
Last Updated: 07 Mar 2023 07:27 by ADMIN
Created by: Kendo UI
Comments: 0
Category: Gantt
Type: Feature Request
1
Please provide virtual scrolling feature for the Gantt chart to allow loading large data sets without any performance issues.
Unplanned
Last Updated: 06 Mar 2023 11:36 by ADMIN
Created by: Kendo UI
Comments: 0
Category: Gantt
Type: Feature Request
1

Currently it is not possible to customize the content of the built-in Gantt editing Dialog, and the only option is creating a custom Dialog, and opening it by handling other Gantt events like taskClick/taskDblClick.

Adding a Dialog template that will be rendered within the built-in editing Dialog would be a nice enhancement enabling developers to have their custom content while still keeping the built-in Gantt editing mechanics and events.

For further fine-grained tuning, separate templates for the content of each TabStrip tab (General, Predecessors, Successors) would also prove useful.

Unplanned
Last Updated: 03 Mar 2023 08:48 by CHARBEL KALLASSY
Created by: CHARBEL KALLASSY
Comments: 0
Category: Scheduler
Type: Feature Request
5

Hi, Team!

I would like to have a designated Timeline View that displays a whole year. 

Best regards!

Completed
Last Updated: 02 Mar 2023 09:40 by ADMIN
Created by: Changxing
Comments: 1
Category: Kendo UI for Angular
Type: Feature Request
0

I need an Angular control works pretty much like Kendo-JQuery Autocomplete control or Telerik Asp.Net Auto Complete text box. 

I understand that Kendo-Angular currently have an "auto complete" control based on a dropdown. However, it is missing some core features I am looking for:

1. It needs to accept multiple inputs.

2. It needs to eliminate unmatched results based on user input.

3. It needs to call a server side API to get the available items dynamically after input changes.

The current Kendo-Angular AutoComplete MIGHT have the 3rd point since I have not yet to try with all the events, but I am pretty sure that the first 2 points are not there. If they do exist, please provide demo or documentation link.

 

Thank you.

Unplanned
Last Updated: 02 Mar 2023 08:54 by ADMIN
Created by: n/a
Comments: 1
Category: Kendo UI for Angular
Type: Feature Request
3

Currently the Treelist uses the `k-grid-md` class by default and does not provide a way to change this.

Since the Treelist uses looks and feels just like the Grid component and it uses the same classes, it should (imo) provide the same options for sizing as the Grid component.

Duplicated
Last Updated: 02 Mar 2023 08:25 by ADMIN
Created by: S
Comments: 3
Category: Grid
Type: Feature Request
1

Hello

I have a grid cell with filter set to menu. So the popup appears with the list of default operators that are needed to be included in the popup.

Something like below:

<ng-template
kendoGridFilterMenuTemplate
...
>
<kendo-grid-numeric-filter-menu
...
>
<kendo-filter-eq-operator> </kendo-filter-eq-operator>
<kendo-filter-neq-operator> </kendo-filter-neq-operator>
<kendo-filter-gte-operator> </kendo-filter-gte-operator>
<kendo-filter-lte-operator> </kendo-filter-lte-operator>
<kendo-filter-isnull-operator> </kendo-filter-isnull-operator>
<kendo-filter-isnotnull-operator> </kendo-filter-isnotnull-operator>
</kendo-grid-numeric-filter-menu>

</ng-template>

 

What i am trying to achieve is to add another operator like 'In' that can accept comma separated values. Something like:

<kendo-filter-in-operator> </kendo-filter-in-operator>

I have looked at the doc (https://www.telerik.com/kendo-angular-ui/components/grid/filtering/filter-row/#toc-custom-filter-row-components/)

But i dont see a custom filter operator example.

Could you please let me know if its possible to do that or is there anyway i can achieve this.

 

Thanks

SM

Unplanned
Last Updated: 24 Feb 2023 12:43 by ADMIN
Created by: Patrick
Comments: 3
Category: Kendo UI for Angular
Type: Feature Request
0
The (blur)-Event of the TimePicker should be an object similar to the plain javascript (blur)-event object. Specificly, it should contain a relatedTarget property.
Unplanned
Last Updated: 23 Feb 2023 11:12 by ADMIN
Created by: Kendo UI
Comments: 0
Category: ExpansionPanel
Type: Feature Request
0

Currently, the Expansion Panel provides a single property that allows developers to use custom icons and built-in Kendo icons. In order to use a built-in icon the developer should use the whole class name rather than just the name of the icon. In contrast, the Drawer provides icon and iconClass properties that allow developers to specify whether they want to use built-in icons or custom icons: 

https://www.telerik.com/kendo-angular-ui/components/layout/api/DrawerItem/#toc-icon

https://www.telerik.com/kendo-angular-ui/components/layout/api/DrawerItem/#toc-iconclass

 

 

1 2 3 4 5 6