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: 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/

Declined
Last Updated: 27 Jul 2021 15:22 by ADMIN
Created by: Imported User
Comments: 1
Category: Kendo UI for Angular
Type: Feature Request
8
Date/Time components currently only support date objects for binding, but API calls typically return dates as strings. I would like the option to enable any date/time component to convert strings to date objects during binding. A boolean property such as AllowDateTypeConversion would be nice and allow developers to avoid boilerplate code in all their http service calls.
Unplanned
Last Updated: 27 Jul 2021 14:31 by ADMIN
Similar to bootstrap btn-success, btn-danger, etc there should be different styling themes for buttons and other components.
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: 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.
Declined
Last Updated: 27 Jul 2021 12:50 by ADMIN
Multiple date picker, single date pick, date range pick. Please add all functionality in angular date component.
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. 
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. 
Duplicated
Last Updated: 12 Jul 2021 13:39 by ADMIN
Created by: James Doughty
Comments: 0
Category: Kendo UI for Angular
Type: Feature Request
0
Using the popupSettings we will be able to assign a specific popupClass to the popup component, which will allow to style the popup holding the menu items globally. 
Unplanned
Last Updated: 30 Jun 2021 09:04 by ADMIN
Created by: Trevor
Comments: 1
Category: Kendo UI for Angular
Type: Feature Request
3

Please add the ability to disable snapping to slots while dragging/resizing events in the Kendo Angular Scheduler. This would improve usability greatly.

This feature exists in the JQuery version with the "Snap events to slot boundaries" checkbox seen here: https://demos.telerik.com/kendo-ui/scheduler/move-resize

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>
```
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)
Completed
Last Updated: 22 Jun 2021 13:56 by ADMIN
Created by: samar
Comments: 1
Category: Kendo UI for Angular
Type: Feature Request
1
Hello Team,

I would like to request for Card View Just like List View in Kendo UI Jquery. So that, users can interchange between kendo grid and card view. Also, I would like to have all the features provided by grid.

EG: https://demos.telerik.com/kendo-ui/listview/editing
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
Declined
Last Updated: 21 Jun 2021 14:17 by ADMIN
Created by: Mikael
Comments: 1
Category: Kendo UI for Angular
Type: Feature Request
1
Range picker for numeric values
Completed
Last Updated: 21 Jun 2021 12:46 by ADMIN
Created by: Anand
Comments: 1
Category: Kendo UI for Angular
Type: Feature Request
1
I wish there was a way to build dashboard layouts easily by end users from a selection of widgets (components) configured by developer
You have something like that in Sortable but that does not work with components and the user is not able to set the layout - initially you can think about using the Splitter control (that is planned to release) and later perhaps make it more functional by incorporating collapsible panels.
Unplanned
Last Updated: 21 Jun 2021 09:20 by ADMIN
Created by: Bryan
Comments: 2
Category: Kendo UI for Angular
Type: Feature Request
4
It would be nice for the Editor to support writing markdown or standard HTML. 
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: 16 Jun 2021 15:07 by ADMIN
Created by: Christoph
Comments: 2
Category: Kendo UI for Angular
Type: Feature Request
5

Forms are what we use every day and if there's a form, we often have to validate the input and show the validation results to the user.

Problems:

  • The way to do this today with angular requires a lot of code (see https://angular.io/guide/form-validation for examples)
  • In many cases we have to handle and show the same validation errors over and over again. E.g. "this field is required"

Opportunity:

  • The way validation errors are shown is similar in most applications and can be easily adjusted using simple CSS.
  • Common validation error messages should be ok for many applications.

Feature request:

  • Add a component to easily display validation errors of form components.
  • Add global validation settings to customize standard error messages and behavior.

Example:

// global setup
validationService.configure({ showIf: 'touchedOrDirty', messages: { required: "This field is required', customKey: 'This field needs ... ', customKey2: errorMessageForCustomKey2Fn }); // callback to generated error message for customKey2 function errorMessageForCustomKey2Fn(control: FormControl) => return `can include 'but is ... ' from form control`; // HTML in component template <input formControlName="myinput" ... /> <validation-errors forControlName="myinput"> // < should handle all globally registered errors without additional code. <error key="keyOfValidatorOnlyUsedHere">Sorry, but you have to</error> </validation-errors>

I think such a feature could massively reduce the work to setup forms.