Unplanned
Last Updated: 16 Jun 2021 15:10 by ADMIN
Created by: Kalli Kaldi
Comments: 1
Category: Kendo UI for Angular
Type: Feature Request
6

Is it possible to add a duration input control in format HH.  I´m not talking about a time picker, but a way to choose how much time will last doing something.

The value could be in minutes or hours (fractional minutes).

Here is a discussion on this topic on

https://stackoverflow.com/questions/17428387/hows-a-duration-picker-called-and-does-it-exist

 

Completed
Last Updated: 28 Mar 2019 13:19 by ADMIN
Created by: Kendo UI
Comments: 1
Category: Kendo UI for Angular
Type: Bug Report
0

When both virtual scrolling and grouping are enabled via the kendoGridGroupBinding directive, and the Grid is navigable, focus is trapped in the header row when down or up arrow is pressed:

https://stackblitz.com/edit/angular-icxejq?file=app/app.component.ts

  1. Focus any content cell

  2. Press up/down - focus goes to the header cell of the respective column and is trapped in the header row

Declined
Last Updated: 27 Nov 2018 09:07 by ADMIN
Created by: Michael
Comments: 1
Category: Kendo UI for Angular
Type: Feature Request
3

Intruduce Mobile Touch Events for Angular2 as in https://docs.telerik.com/kendo-ui/api/javascript/mobile/ui/touch

 

Completed
Last Updated: 03 Jan 2019 11:36 by ADMIN

I requested help in the Forum for an example of using JSDO in a Service under Angular for my grid.component.ts

https://www.telerik.com/forums/angular-7-kendo-grid-using-jsdo-service-component

 

Svetlin stated thet "Indeed, currently we do not have an example dedicated on the use of CRUD operations with JSDO. If you have the time, please submit a new feature request in our UserVoice portal, which will help us to evaluate the demand for such example and implement it in the future. "

 

Please look into building some sample source for an Angular / JSDO Service component.

Thanks

Completed
Last Updated: 28 Mar 2019 13:14 by ADMIN
Created by: Seyfor
Comments: 1
Category: Kendo UI for Angular
Type: Bug Report
1

On a feedback portal search and paging is not working.

Open feedback portal and enter search criteria with more then five item. example

When you want to view result for second page, search is not preserved (it is empty).

Declined
Last Updated: 12 Aug 2021 13:54 by ADMIN
The fromDate method of the kendo-intl package allows to use a skeleton format to provide a generic mask that is applied to the current locale.
It would be great to get this functionality for the format string of the date-inputs to gain the possibility to define a locale independent format.
E.g yMMMM will show year and month with respect to the current locale.
Declined
Last Updated: 27 Jul 2021 13:29 by ADMIN
Created by: Markus
Comments: 1
Category: Kendo UI for Angular
Type: Feature Request
2
To change the topView or bottomView property I have to set the value as string. E.g. topView="month". To be typesave I like to use the CalendarViewEnum in my typescript code. When I bind the enum in the view, the enum-value is set.
But unfortunately the enum value is a number and not a string.
I must convert the enum value like:

public getBottomView(): string {
     return CalendarViewEnum[this._bottomView];
}

Live would be easier if string enums would be used.
Completed
Last Updated: 22 Jun 2021 14:13 by ADMIN
Created by: Derek
Comments: 0
Category: Kendo UI for Angular
Type: Feature Request
1
Please add support to the @progress/kendo-angular-intl library for the following Norwegian locales:

Norwegian, Nynorsk (Norway)
Sami (Northern) (Norway)
Sami (Southern) (Norway)
Sami (Lule) (Norway)
Duplicated
Last Updated: 14 Jun 2021 14:10 by ADMIN
Created by: Sergey
Comments: 2
Category: Kendo UI for Angular
Type: Feature Request
9
Could you please migrate Kendo UI Spreadsheet from jQuery version to Angular?
Declined
Last Updated: 27 Jul 2021 14:14 by ADMIN
Created by: Suman
Comments: 1
Category: Kendo UI for Angular
Type: Feature Request
2
It'll be awesome if you can have required packages in the package.json file in StackBlitz based on sample. An example, If I'm looking at Kendo Menu sample code in StackBlitz I can just go to package.json and see all the required packages I need to work with Kendo Menu.
Declined
Last Updated: 04 May 2023 06:32 by ADMIN
Regarding not only DateTime Pickers, but Data Query in general, it would be great if you could offer the option to automatically remove the time offset in OData path.
Please find an example below:
We need to retrieve all data concerning the date "2000-01-01".
Data are stored as shown below:
Date1:	"2000-01-01T00:00:00+02:00"
Date2:	"2000-01-01T00:00:00+03:00"
The OData path constructed is the following:
"... or cfTrade/TradeDate eq 2000-01-01T00:00:00.000Z..."
So, no Date is actually retrieved.
Unplanned
Last Updated: 18 Oct 2019 08:11 by ADMIN
Created by: Alec
Comments: 0
Category: Kendo UI for Angular
Type: Feature Request
5
We would like to be able to tab to elements with tooltips which would open the tooltip and be readable by screen readers such as JAWS, etc.
Declined
Last Updated: 13 Jul 2021 13:58 by ADMIN
Created by: Andrew
Comments: 1
Category: Kendo UI for Angular
Type: Feature Request
2
We have a regular need for a non-grid scroller that scrolls over a list of items, virtualizing the instances of the item renderers. The grid does this of course, but it would be quite a hack to implement this for non-grid situations such as a list of cards or panels. Ideally this would work similarly to the grid and support infinite scrolling via the calculated dispatching of pagination events. Also would be great if it supported variable height item renderers. 
Declined
Last Updated: 22 Jun 2021 14:22 by ADMIN
Created by: Stacey
Comments: 1
Category: Kendo UI for Angular
Type: Feature Request
1
The check-box styles for the Kendo themes are beautiful, but they are still static in size. As anyone who has tried can assert, it is very difficult to scale and resize check-boxes, since they don't behave the same way as most other controls.

It would be absolutely wonderful if the Kendo suite had a way to do this, such as ...

```
<form class="k-form">
    <div class="k-form-field">
        <input type="checkbox" id="ch1" class="k-checkbox" checked />
        <label class="k-checkbox-label" for="ch1">Checkbox 1</label>

        <input type="checkbox" id="ch2" class="k-checkbox" checked disabled />
        <label class="k-checkbox-label" for="ch2">Checkbox 2</label>

        <input type="checkbox" id="ch3" class="k-checkbox">
        <label class="k-checkbox-label" for="ch3" [scale]="2">Checkbox 3</label>
    </div>
</form>
```
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

Declined
Last Updated: 15 Jun 2021 13:45 by ADMIN
Completed
Last Updated: 13 Jun 2022 12:04 by ADMIN
Created by: Stefan
Comments: 3
Category: Kendo UI for Angular
Type: Feature Request
11
It would be nice to have a QRCode Component like the one in Kendo UI

https://demos.telerik.com/kendo-ui/qrcode/index
Completed
Last Updated: 10 Jun 2021 15:04 by ADMIN
Created by: Imported User
Comments: 1
Category: Kendo UI for Angular
Type: Feature Request
8
Fix rxjs imports and usage to comply with version 6 so I don't have to bloat my app with the rxjs-compat lib. 
Declined
Last Updated: 21 Jun 2021 14:34 by ADMIN
Created by: Imported User
Comments: 1
Category: Kendo UI for Angular
Type: Feature Request
1
There is page includes 2 component: 
1. DatePicker with placeHolder is 'placeHolder first value'
2. Button to handle event onChange when clicked.
When the button is clicked, change the placeholder value to 'placeHolder second value'

How to do that with Kendo UI for Angular 2+. ?
Thank you. 
Contact via skype quanhungbang | email : quanhungbang@gmail.com
Completed
Last Updated: 16 Jan 2020 18:29 by ADMIN
Created by: Robert
Comments: 1
Category: Kendo UI for Angular
Type: Feature Request
1
State:	MA
Comments:	http://www.telerik.com/kendo-angular-ui/getting-started/#toc-project-setup states:
"The latest versions of the packages target Angular v4.4.6 (latest LTS) and v5.x (latest official)."

I believe this is somewhat dated - it doesn't match the information at https://angular.io/guide/releases

Also, the same Getting Started page refers to Angular 6 ("...As of the Angular 6 release, Angular CLI introduces the ng add command..."), which kind of implies you're supporting 5.x (the current latest LTS) and 6.x.
utm_source: