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:	
Unplanned
Last Updated: 13 Jul 2021 11:04 by ADMIN
Created by: Zaw
Comments: 0
Category: Kendo UI for Angular
Type: Feature Request
8
I would like to have Captcha component in Angular similar to Telerik ASP.NET Captcha component. 
Completed
Last Updated: 29 Jul 2021 13:45 by ADMIN
Created by: Keith
Comments: 1
Category: Kendo UI for Angular
Type: Feature Request
3
Ditto this request for the Angular version of Kendo UI:
http://kendoui-feedback.telerik.com/forums/127393-kendo-ui-feedback/suggestions/2870874-drag-and-drop-dock-portal-like-telerik-raddock-con

This is exactly what I want however it's not available for Angular 2+.
http://golden-layout.com/examples/

Completed
Last Updated: 02 Aug 2021 07:53 by ADMIN
Created by: Tim
Comments: 3
Category: Kendo UI for Angular
Type: Feature Request
10
The Toolbar was recently release with R2 2018.  We were looking forward to this component but noted that the "Overflow" anchor property has not been implemented.  This is the most compelling feature on the JQuery version.  Can you revisit the toolbar code and add this feature?
Completed
Last Updated: 06 Jun 2023 15:33 by ADMIN
Created by: Mike
Comments: 25
Category: Kendo UI for Angular
Type: Feature Request
70
There appear to be no decent solutions for PDF viewing in Angular in handling viewing of downloaded PDF files that works intelligently and consistently across all desktop and mobile browsers, and supports navigation, saving, and printing.

1. The Angular Kendo Report Viewer is limited to Telerik reports generated using the Telerik Report web infrastructure and doesn't handle PDFs from other sources.

2.  There is an open source Angular viewer, that provides reasonable viewing and navigation, but doesn't support save to file. or print.

https://github.com/VadimDez/ng2-pdf-viewer

3.  Syncfusion have a very nice Angular PDF viewer, but requires buying there whole Angular suite.  

https://help.syncfusion.com/angular/pdfviewer/getting-started  
A Kendo Angular PDF Viewer Component