Completed
Last Updated: 07 Jun 2023 05:31 by ADMIN
Created by: Diego
Comments: 7
Category: TreeList
Type: Feature Request
25
Please provide a built-in drag-and-drop functionality for the TreeList component that will allow the end user to reorder items as necessary.
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: 06 Jun 2023 15:31 by ADMIN
Created by: Loke Moon
Comments: 11
Category: Grid
Type: Feature Request
40
http://docs.telerik.com/kendo-ui/controls/data-management/grid/how-to/various/drag-and-drop-rows-between-two-grids
Completed
Last Updated: 04 May 2023 06:34 by ADMIN
Created by: Anish
Comments: 2
Category: Grid
Type: Feature Request
19
I'm seeking support here to lock kendo angular grid column separately. As I can see that, all locked columns are in a div and unlocked are in another div. Is there any possibility to lock some columns are in left and some are in right? Attaching my design requirement here for more info.
Completed
Last Updated: 02 May 2023 07:03 by ADMIN
Created by: Nitika
Comments: 3
Category: Grid
Type: Feature Request
5

Please provide a built - in rows reordering functionality that isn't based on the public HTML drag and drop api. Also please allow to customize the content of the drag hint. Something similar to the drag and drop feature of the TreeView.

thank you

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: 23 Feb 2023 11:08 by ADMIN
Created by: chirag
Comments: 2
Category: MultiSelect
Type: Bug Report
0

Hi Team

we were using Multiselect with version of dropdown "@progress/kendo-angular-dropdowns": "5.3.0",

 but now that we have updated the kendo dropdowns version "@progress/kendo-angular-dropdowns": "7.0.2"

CSS of our multiselect is messed up now can you suggest a way to keep our old CSS working as everything was coming from KendoDropdown

as now I can see <li> tag is converted to <div> for each item selected and there is a new class k-chip introduced .

This has been breaking our production please help us in going forward.

 

Completed
Last Updated: 23 Feb 2023 10:27 by ADMIN

Hi,

When "popupSettings.appendTo" is set to 'component' then the value binding is broken and the "valueChange" event is not triggered.  It is not possible to select an item and the underlaying model is not updated.

Issue can be reproduced in this StackBlitz: https://stackblitz.com/edit/angular-f76kqf?file=src/app/app.component.ts

Regards

Holger

Completed
Last Updated: 23 Feb 2023 10:26 by ADMIN
Created by: Mauro
Comments: 2
Category: Kendo UI for Angular
Type: Bug Report
0

The alternating grid rows got k-table-row-alt

.k-table-row-alt
However, the theme has 

.k-table-alt-row
Resulting on missing alt styles
Completed
Last Updated: 10 Feb 2023 12:37 by ADMIN
Created by: Judd
Comments: 1
Category: TreeView
Type: Feature Request
1
Provide an option to adjust the drag and drop sensitivity, by requiring more mouse movement before the drag event is fired.
Completed
Last Updated: 19 Jan 2023 21:25 by Daniel
Created by: Grand Chef
Comments: 2
Category: Gantt
Type: Feature Request
5

Currently, the Kendo UI for Angular Gantt component supports the following views:

  • Day
  • Week
  • Month

Please provide a built-in Year view for the widget.

 

Completed
Last Updated: 19 Jan 2023 13:37 by ADMIN
Created by: Riccardo
Comments: 6
Category: Kendo UI for Angular
Type: Feature Request
49
I would like to have dedicated Drag&Drop component instead of doing some weird wrapper around Sortable.
Completed
Last Updated: 18 Jan 2023 12:10 by ADMIN
Created by: Marc
Comments: 1
Category: Scheduler
Type: Feature Request
1

Hi,

I am looking for the ability to alter the date range in the month view such that a month view for TODAY - 3/24/2022 would show 3/20 - 3/26.  Where TODAY would be in the first row of date slots that get rendered.

We need a "month view" that can not have the first week rendered vary by date.  (outlook calendar month view does this) see attached.

Thanks

(for further reference please see private support thread: 1443943)

Completed
Last Updated: 18 Jan 2023 12:09 by ADMIN
Created by: Andrei
Comments: 6
Category: Scheduler
Type: Feature Request
8

Hello,

The Month View in the Scheduler displays 6 weeks, and we sought to change this to just the 4 weeks in the current month, rather than showing 1.5 - 2 weeks of the following month as well. Could it possibly be made configurable to set the number of weeks, or perhaps a toggle to enable/disable extra days/weeks that are not in the current month?

 

Thanks

Completed
Last Updated: 18 Jan 2023 12:06 by ADMIN

Hello,

 

As I explained in this post, I would like to set max-width on certain columns of a grid to force them to not becoming bigger than a certain size if there is a remaining width in the parent container. However, I do need to distribute the remaining width across other columns if they don't have max-width.

 

For example in this project https://stackblitz.com/edit/max-width-request?embed=1&file=app/app.component.ts, I want the first column which shows the ID of products would never be bigger than 15. I'm advised to leave one of the columns without setting width, so that column will occupy the remaining width and as a result the width of columns with width will be respected as max-width. However, that is not good because in big screens you will end up with a very big column while other columns are still suffering from lack of space.

 

Thanks,

 

Mojtaba

Completed
Last Updated: 16 Jan 2023 14:22 by ADMIN

Given a file is selected using the fileselect component

And one or more of the restrictions bound to the control are violated

The error message that is displayed should be configurable

 

For example, if the maxFileSize restriction has been set to 20mb and a file larger than that is selected, the control currently displays some error text to the user as follows: "File size too large". It would be beneficial if we could override this message so it (for example) could say "File size too large. The maximum file size is 20mb".

Completed
Last Updated: 11 Jan 2023 16:20 by ADMIN

We are upgrading from @progress/kendo-angular-grid 4.8.0 to 7.4.2 and are running into an issue where a `kendo-grid-command-column` on a non-reorderable single column-sortable grid has gained the `pointer: cursor` CSS style where it did not previously.

The kendo documentation also shows this behavior, implying clicking on the command column header will do something when it will not, unlike the other columns. https://www.telerik.com/kendo-angular-ui/components/grid/editing/inline-editing/#toc-using-reactive-forms

 

kendo-angular-grid 4.8.0:

kendo-angular-grid 7.4.2:

Completed
Last Updated: 06 Dec 2022 08:51 by ADMIN
[isDisabled]="disabled || isDisabled(node, nodeIndex(index))"

Because of the hardcoded disabled property, isDisabled cannot be reliably used to control which item is disabled.

Disabling the parent node automatically disables the entire tree under it and isDisabled is never called for those items.

 

It should behave like other functions - isChecked, isExpanded, isVisible etc - where you have full control over which item does what.

Completed
Last Updated: 01 Dec 2022 10:29 by ADMIN

Hi,

Currently the kendo-datepicker submits the form when you press the enter key in the calendar popup.

I don't think this is the purpose? Can this be prevented please? If the current behaviour is useful in some scenarios, maybe provide a configuration option to alter this.

Thank you in advance.

Best regards,

Johan

Completed
Last Updated: 31 Oct 2022 14:22 by ADMIN
Created by: Paul
Comments: 1
Category: Scheduler
Type: Feature Request
2
It would be nice to have an event or a method that gives the next recurrence date when you open the recurrence editor or based on the recurrence rules.
1 2 3 4 5 6