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/
Duplicated
Last Updated: 16 Sep 2021 13:27 by ADMIN
Created by: Kyle
Comments: 1
Category: Kendo UI for Angular
Type: Feature Request
1

When using the calendar dropdown of the datetimepicker... the user has the ability to click a date part and then click "set" and a the time part is defaulted to a value:

Which results in a full valid datetime if the user doesn't particularly care about the time part:

However, if the user prefers to type in their selection and still doesn't care about the time part... they are left with an invalid value:

They are forced to type in a time part they don't care about which is a waste of time and effort.

 

Can we get an option to provide a "default autofill value" for the time part so that quick keyboard entry is possible?

Completed
Last Updated: 15 Sep 2021 14:09 by ADMIN
ADMIN
Created by: Petyo
Comments: 13
Category: Kendo UI for Angular
Type: Feature Request
97
Modeled after the jQuery widget:

http://www.telerik.com/kendo-ui/ganttchart
Completed
Last Updated: 13 Aug 2021 12:05 by ADMIN

Hi,

We encountered a problem when using kendo-sortable component in IE11. If we use this component anywhere on the page, all input fields on the page become unclickable. It seems to happen in the last version of this control (maybe because of a global click event listener? )

Hope you can help with this issue.

You can check out the following Stackblitz example which is based on your basic usage example: https://angular-t7vi5k.stackblitz.io/

Thanks in advance and happy holidays,

Shai Aharoni

 


Declined
Last Updated: 13 Aug 2021 11:26 by ADMIN
Created by: Otto Neff
Comments: 1
Category: Kendo UI for Angular
Type: Feature Request
4
so test won't fail if you don't add CUSTOM_ELEMENTS_SCHEMA
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: 12 Aug 2021 12:42 by ADMIN
Created by: Michael
Comments: 2
Category: Kendo UI for Angular
Type: Feature Request
13
Currently, controls are getting their culture from the LOCALE_ID of Angular2 which is set pre-compile time.  This is good and all but there will be issues faced when the application supports multiple countries.  It isn't advisable to create different applications for different countries which have the same functionality.

It would be better if we can simply pass an optional parameter to the control and set the culture that we want to be used.
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, ...
Duplicated
Last Updated: 02 Aug 2021 09:42 by ADMIN
Created by: Imported User
Comments: 0
Category: Kendo UI for Angular
Type: Feature Request
6
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
9
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