Unplanned
Last Updated: 25 Oct 2022 15:23 by ADMIN
ADMIN
Created by: Petyo
Comments: 11
Category: Kendo UI for Angular
Type: Feature Request
74
Based on the feature set of the current jQuery widget - http://demos.telerik.com/kendo-ui/diagram/index
Unplanned
Last Updated: 18 Oct 2021 12:13 by Dylan
Created by: Stefan
Comments: 3
Category: Kendo UI for Angular
Type: Feature Request
40
momentjs is a widely used date library which makes handling dates much more comfortable, and all Date components should support it
Unplanned
Last Updated: 29 Jul 2021 13:35 by ADMIN
Created by: João Vitor
Comments: 0
Category: Grid
Type: Feature Request
40
As described here: https://github.com/telerik/kendo-angular/issues/731

The function toODataString not generate the string with the groupby and aggregate.
In order to the groupby funtionality of Grid component to work with OData, this is needed.

Sample (code) available at https://github.com/telerik/kendo-angular/issues/731
Unplanned
Last Updated: 03 Aug 2023 09:48 by ADMIN
Created by: Annamalai
Comments: 14
Category: Grid
Type: Feature Request
32

Hi Team,

In continuation of https://www.telerik.com/account/support-tickets/view-ticket/1447763. Requesting a feature to grid rows merge like below example,

Col1Col2Col3Col4Col5Col6
Row1Row1Row1Row1Row1Merge1
Row2Row2Row2Row2Row2
Row3Row3Row3Row3Row3Merge2
Row4Row4Row4Row4Row4
Row5Row5Row5Row5Row5
Row6Row6Row6Row6Row6Merge3
Row7Row7Row7Row7Row7
Row8Row8Row8Row8Row8Merge4
Row9Row9Row9Row9Row9

Thanks!

Unplanned
Last Updated: 01 Mar 2020 00:00 by Paul
Created by: jean-philippe
Comments: 4
Category: TabStrip
Type: Feature Request
28
As the panel bar seems to support it it would be appreciable to have support for routes in the tabstrip component.
Unplanned
Last Updated: 09 Aug 2022 11:30 by ADMIN
Created by: Alex
Comments: 4
Category: Filter
Type: Feature Request
25

Hi,

Please provide a template for the operators of the FilterExressions.

thanks

Unplanned
Last Updated: 17 Apr 2024 16:41 by Mark
Created by: Robert
Comments: 7
Category: Scheduler
Type: Feature Request
24

Provide the possibility to dynamically change the height of the slots in Month, Multi-Week, and other views. This feature is useful in order to fit the events in the specific slot:

jQuery Scheduler:

https://demos.telerik.com/kendo-ui/scheduler/adaptive-slot-height

Unplanned
Last Updated: 01 Jul 2020 11:35 by ADMIN
Created by: Nick
Comments: 0
Category: Forms
Type: Feature Request
23

Please add an outline appearance option for the FormField like the outline appearance option of the <mat-form-field> component:

https://material.angular.io/components/form-field/overview#form-field-appearance-variants

Thank you

Unplanned
Last Updated: 06 Aug 2021 10:15 by Cyril
Created by: Simon
Comments: 4
Category: Menu
Type: Feature Request
23
It would be necessary to have popupSettings binding for Menu component similar to those in Dropdowns.
Unplanned
Last Updated: 12 Oct 2023 09:10 by Bundyo
In Grid inline editing right now when we click on  addnew row ,new row is adding as the first row of grid. can we get feature like when we can add new row at specific position in the grid
Unplanned
Last Updated: 17 Jan 2019 14:39 by ADMIN

Hi Telerik,

It would be great if we can add Select All functionality as a built-in feature of the MultiSelect component. It is especially useful when working with checkboxes, e.g., https://www.telerik.com/kendo-angular-ui/components/dropdowns/multiselect/templates/#toc-rendering-item-checkboxes.

Unplanned
Last Updated: 14 Mar 2023 09:02 by ADMIN
Created by: Iliyan
Comments: 3
Category: Kendo UI for Angular
Type: Feature Request
20
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: 20 Jul 2023 10:48 by ADMIN
Created by: Andrew
Comments: 5
Category: Charts
Type: Feature Request
20
I would like to request a component similar to the old TreeMap widget, but with some added functionality.  It would be great if there were native functionality in the component to drill deeper into a hierarchy rather than always having to look at the top level view (i.e. clicking a sub node would "zoom in" to view it as the new root level node).

This example treemap and sunburst (implemented using d3.js) are along the lines of what I'm suggesting.

http://mbostock.github.io/d3/talk/20111018/treemap.html 
http://bl.ocks.org/mbostock/4348373
Unplanned
Last Updated: 21 May 2020 08:11 by ADMIN
Created by: John
Comments: 1
Category: Kendo UI for Angular
Type: Feature Request
20

In the Kendo ComboBox, the selection part is not working with shadow dom.

1. Reproduction:

Please look at the below links,

With ShadowDOM:

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

Without ShadowDOM:

An example is provided in the below link under 'ENABLING SUGGESTION' section

https://www.telerik.com/kendo-angular-ui/components/dropdowns/combobox/suggestions/

 

Expected Result:

When user type 'C', the first word starts with C in the list 'Croatia' is suggested and 'roatia' is selected. But as soon as I type 'y' next to 'c', the combo box is suggesting 'Cyprus' and 'prus' should be selected

 

Actual Result:

As soon as I type the first word starts with C in the list is 'Croatia' is populated in the Combobox and 'roatia' is NOT selected. So the user cannot type ‘y’ in this case. But the user wants to select ‘CYPRUS’ but 'Croatia' is filled as the input and Cyprus is not suggested.

I have attached the video for the difference between with/without shadow dom.

Also, If you need any additional information, I have created a support ticket:

Ticket ID: 1465593

 

Unplanned
Last Updated: 26 Jul 2023 08:11 by Marcus
Created by: Maxime
Comments: 2
Category: Sortable
Type: Feature Request
19
Every drag and drop library I have used in the past support a handle option, meaning that the drag of an item only occurs if the the user has clicked on a specific child element of the item. Normally this option's value is a selector.

<kendo-sortable [data]="tracksData" [handle]="#headerBar">
    <template let-trackData="item">
        <track [tempo]="trackData.tempo"></track>
    </template>
</kendo-sortable>

Where #headerBar is the selector of an indirect or direct child element of TrackComponent.

I don't see how this can be achieved with the current API, but perhaps I'm wrong.

Here are 2 examples of an API for a handle option:
- jQuery UI
- dragula

Github ticket: https://github.com/telerik/kendo-angular2/issues/57#issuecomment-254558547
Unplanned
Last Updated: 10 Jan 2024 07:53 by ADMIN
Created by: Bob
Comments: 6
Category: Kendo UI for Angular
Type: Feature Request
18

We could really do with a file explorer, I believe this is already available in your JQuery suite and is planned for .NET Core.

Syncfusion have already implemented an angular file manager which can use Azure Blob Storage as a backend (though other backends are also available).

In fact the syncfusion file explorer is based on your own component.  After some digging around looking for a similar solution I found their design document for the component which directly refers to the Telerik's own components.  You may want to consider contacting syncfusion on this because it appears to me that they may have breached your copyright. 

 

 

Unplanned
Last Updated: 16 Sep 2021 13:20 by ADMIN
Created by: Jay
Comments: 4
Category: DateInput
Type: Feature Request
18

Hello

Below are some features we would like to have

Optionally remove the date input mask, so user will be able to type the date as free text field
- But when invalid, should change to previous value on blur
- Also to navigate out of datepickers user have to press tab multiple times
- Copy paste date should work as in free text field
- Select full date by mouse double click to copy
- User is responsible to copy date in proper format to work, or it should fall back to previous value

Next previous option in calendar view
- Next previous button in the calendar view instead of left navigation section

As we had discussed to be in feature request at: https://www.telerik.com/account/support-tickets/view-ticket/1388872

We already have similar feature requested as we know: https://feedback.telerik.com/kendo-angular-ui/1384025-cannot-copy-paste-date-between-2-datepickers

Thank you
Best regards
Mahavir
Unplanned
Last Updated: 08 Apr 2024 06:53 by ADMIN
Created by: Werner Haltner
Comments: 7
Category: ListBox
Type: Feature Request
17

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: 27 Jul 2021 12:14 by ADMIN
Created by: SJ
Comments: 1
Category: MultiSelect
Type: Feature Request
16

Hi I want to change the order of the selected items in a multiselecte. I know we have sortable to drag and drop, but can we do that inside a multiselect?

 

When we choose several items from the dropdown in a multiselecte component, the order of the tags is the same with how we choose from the dropdown and we can not change the order. Is there a way to change the display order by drag and drop?

Unplanned
Last Updated: 26 Jul 2021 06:15 by ADMIN
Created by: Imported User
Comments: 0
Category: TabStrip
Type: Feature Request
16
Reorder tabs with drag and drop like so: http://demos.telerik.com/kendo-ui/sortable/integration-tabstrip
1 2 3 4 5 6