Completed
Last Updated: 03 Apr 2024 13:00 by ADMIN
Created by: Dimiter
Comments: 0
Category: Kendo UI for Angular
Type: Feature Request
1

Please provide built-in way to set attributes to the internal Input element. These can be HTML attributes like "autocomplete", "aria-describedby" and others, and also custom attributes if such are required.

Currently the only way to set attributes is programmatically, for example through a custom directive:

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

Related feature request - https://feedback.telerik.com/kendo-angular-ui/1582022-set-area-describedby-and-area-labelledby-to-form-controls

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.

Completed
Last Updated: 15 Apr 2022 10:14 by ADMIN
Created by: Justin
Comments: 3
Category: Kendo UI for Angular
Type: Feature Request
1

Would really like a Kendo UI version of the Chip Input like the one from Angular Material https://material.angular.io/components/chips/overview#chip-input

I was surprised looking through all the components that something like this didn't already exist

Completed
Last Updated: 16 Feb 2022 09:58 by ADMIN
Created by: Pieter
Comments: 1
Category: Kendo UI for Angular
Type: Feature Request
0
a way to clear the file select after the files that was selected was processed.
Completed
Last Updated: 24 Sep 2021 11:39 by ADMIN
In the angular kendo-grid I have, each column has an ellipses menu that shows sort options and a menu for choosing the columns that are displayed. Some columns are shown, some are hidden, and these can be toggled with a checkbox. How can I put this checkbox menu chooser inside it's own pop up on the same page as the grid? The goal is for a button to show the pop up menu (underneath the button) that shows only this checkbox list of columns. The user can click the button and choose the columns, and update the grid. The ellipses menu functionality would be the same.

https://www.telerik.com/kendo-angular-ui/components/grid/api/ColumnMenuChooserComponent/
Completed
Last Updated: 30 Jun 2022 08:16 by ADMIN
Created by: Holger
Comments: 1
Category: Kendo UI for Angular
Type: Feature Request
2
Modeled after the jQuery widget counterpart:

https://demos.telerik.com/kendo-ui/barcode
Completed
Last Updated: 11 Apr 2024 12:58 by ADMIN
Created by: Annamalai
Comments: 1
Category: Kendo UI for Angular
Type: Feature Request
6

Provide a built-in Rating component similar to the jQuery Rating component:

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

Completed
Last Updated: 23 Jan 2024 10:04 by ADMIN
Created by: Seyfor
Comments: 2
Category: Kendo UI for Angular
Type: Feature Request
6

It is really hard to check change log for every component you have. Why not implement common change log for all components.

I already talk to Carl Bergenhem (Product Manager for Kendo UI) about that, and he reply:

"
Great suggestion! I’ll sync this with our web site team and try to see if we can create something like this!

"

As picture says more then 1000 words, I attach propose solution.


Completed
Last Updated: 13 Oct 2023 13:41 by ADMIN
Created by: Alexander
Comments: 4
Category: Kendo UI for Angular
Type: Feature Request
14

Cannot copy-paste date between 2 datepickers. Found issues:

  • Cannot select whole date by mouse. Now it's reset to select only one date part by mouse. Current workaround: clicking Ctrl+A with keyboard.
  • Similar: I think selecting whole date should be a default behavior when I click datepicker by mouse, because after keyboard navigation by TAB  the whole date is selected by default. No selection after clicking is also applicable (as it's done for standard input type="text").
  • Similar: cannot select whole date by mouse with double click (expected behavior for inputs).
  • Related issue: navigating by TAB across datepickers is too long. Because date parts are also "navigated". E.g. to navigate by TAB between 2 datepcikers I need to press TAB 4 times! If I have more datepickers, navigation is too annoying.
  • Minor: cannot drag&drop dates between datepickers.

Can be reproduced in any Kendo example (and browser) on the documentation site.

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.

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: 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: 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. 
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:	
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
 
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
Completed
Last Updated: 06 Aug 2021 09:58 by Holger
Created by: SquadWuschel
Comments: 5
Category: Kendo UI for Angular
Type: Feature Request
13
Create a Overlay Component for Waiting Screens when you load Data from Backend Services, ....

- With Flexible Loading Icon
- Perhaps as ngRx Extension,
- Inceting a service where you can just call ShowOverlay or HideOverlay, ...
1 2 3 4