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.

Declined
Last Updated: 11 May 2023 09:59 by ADMIN
Charts forks in main component, but when we try to show their in dialog component for pdf preview - we have error msg in console and charts doen't displayed. We have this issue after angular and kendo version update. Can you help with it?
Unplanned
Last Updated: 23 Feb 2023 06:40 by Laurent
Created by: Laurent
Comments: 1
Category: Kendo UI for Angular
Type: Feature Request
4

Convert YAML file to JSON, so they can be used to translate the built-in messages in the components to desired locale. 

For example: It would be convenient to use this YAML file if it was available in JSON to translate the messages to German instead of creating my own custom message service.

Unplanned
Last Updated: 14 Feb 2023 15:32 by ADMIN
Created by: Kendo UI
Comments: 0
Category: Kendo UI for Angular
Type: Feature Request
1
Currently the TileLayout allows having equal width for all columns, and has a columnWidth option (which is essentially max-width), applying the same value for all columns.

Providing the developers with the options to configure various widths for different columns, as well as min-width, based on the supported features of the CSS Grid Layout, will be a nice enhancement enabling richer customization opportunities.
Unplanned
Last Updated: 14 Feb 2023 15:32 by ADMIN

Current behavior
ToolbarComponent, DropDownButton and SplitButton utilize the PopupSettings of type:


interface PopupSettings { animate?: boolean; appendTo?: 'root' | 'component' | ViewContainerRef; popupClass?: string; anchorAlign?: Align; popupAlign?: Align; width?: number | string; height?: number | string; }

For the overflow popup, they all work fine, but for the buttons:

- popupAlign
- anchorAlign
- height
- width
properties don't work.

https://stackblitz.com/edit/angular-jqhp2d?file=app/app.component.ts

Currently, the DropDownButton and SplitButton popup alignment can be changed, by using the align property of the Buttons PopupSettings type
https://stackblitz.com/edit/angular-jqhp2d-smtyhp?file=app/app.component.ts

Expected behavior
Create separate PopupSettings interface for the DropDownButton and SplitButton components to:

isolate the width and height options
to unify the PopupSettings of the Toolbar SplitBtn and DropDownBtn with the updated Buttons PopupSettings:

interface PopupSettings {
    animate?: boolean;
    appendTo?: 'root' | 'component' | ViewContainerRef;
    popupClass?: string;
    anchorAlign?: Align;
    popupAlign?: Align;
    width?: number | string;
    height?: number | string;
}




Declined
Last Updated: 15 Feb 2023 15:55 by ADMIN
It has the [title] attribute but missing kendoTooltip directive.
Declined
Last Updated: 14 Feb 2023 14:25 by ADMIN
Created by: Mauro
Comments: 1
Category: Kendo UI for Angular
Type: Bug Report
0

Due to recent changes to kendoButton directive behaving like a component, this directive is no longer compatible.

This was important for buttons used in grid editing to extend the themes and styles of the kendoButton. 

Now this however leads to

ERROR Error: NG0300: Multiple components match node with tagname button: ButtonComponent and AddCommandDirective. Find more at https://angular.io/errors/NG0300


 

 

Unplanned
Last Updated: 24 Feb 2023 12:43 by ADMIN
Created by: Patrick
Comments: 3
Category: Kendo UI for Angular
Type: Feature Request
0
The (blur)-Event of the TimePicker should be an object similar to the plain javascript (blur)-event object. Specificly, it should contain a relatedTarget property.
Declined
Last Updated: 21 Feb 2023 13:32 by ADMIN

In dialog, if we close it giving `false` as a result i.e.

```

this.dialog.close(false)

```

Actual return is empty object.

Additional thing is result itself in `DialogRef` is force-typed as `DialogResult` despite that actual `dialogRef.close()` allows us to return any value.In such case I'd understand mapping to empty object (probably some truthy-based if which maps to empty object) but then close method should also force-type taken argument. So can we return any value or not?

Ideally it should return `undefined` in case of no result value is provided (also mapped to empty object) and return `false` if we return `false`

Unplanned
Last Updated: 14 Feb 2023 11:52 by ADMIN

Hi,

This feature request considers the Kendo Angular UI Grid component.

We use the builtin drag & drop columns reordering functionallity. When we try to drag a column to the edge of the visible part of the grid with a horizontal scroll the scroll does not adjust automatically so we cann't drag to column to a place outside of the horizontal visible area.

It would be nice if you could enable automatic horizontal Grid scroll when a grid column is reordered and dragged to the edge the visible column area.

Thanks,

Shai

 

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
Unplanned
Last Updated: 01 Feb 2023 08:55 by ADMIN
Created by: Sean
Comments: 3
Category: Kendo UI for Angular
Type: Bug Report
0

I upgraded today from 4.3.7 to v11 and the dates are 1 day off in the scheduler month view, meaning the date variable from let-date (I think).  

 

<kendo-scheduler <ng-template kendoSchedulerMonthDaySlotTemplate let-date="date"> ...
<div>
{{ date | kendoDate : 'dd' }}</div>


<kendo-scheduler

    <ng-template kendoSchedulerMonthDaySlotTemplate let-date="date">

                ...  <div>{{ date | kendoDate : 'dd' }}</div> 

 

The date is just flat out wrong. What's weird is the mouseover shows the correct date.

Again, if I use the old version everything works as expected but the v11 update I'm off by one.

Duplicated
Last Updated: 17 Jan 2023 11:59 by ADMIN
Created by: Ahmed
Comments: 0
Category: Kendo UI for Angular
Type: Feature Request
1
I am looking for an Angular UI spreadsheet component, I found one for ASP.Net and various framework but not for Angular. is there any plan to release one very soon, or do you have any alternative that do the job?
Duplicated
Last Updated: 12 Jan 2023 15:05 by ADMIN

Hello Kendo Team,

Need support for all day events to be shown just like slot events instead of showing it in the all day section at the top.

The use case of this scenario is that it removes the confusion for an end user, and helps them to better understand the available slot for a  particular day.

Also the all day approach has multiple visual bugs for instance if an appointment start date is 17th March- 08 PM to 19th March 04 PM, as the appointment is more than 24 hours it goes to the all day section but then the slots before 08 PM of 17th march is still available and  it is very difficult for an end user to find out that slot.

Unplanned
Last Updated: 12 Dec 2022 09:53 by Miron
Created by: Miron
Comments: 0
Category: Kendo UI for Angular
Type: Feature Request
4

Hi,

It will be a great addition if the `in` and `notin` (SQL-related) operators are added to the FilterDescriptor.

 

Duplicated
Last Updated: 16 Dec 2022 12:26 by ADMIN
Created by: Mauro
Comments: 1
Category: Kendo UI for Angular
Type: Feature Request
0
Currently enabling closable disables auto close/hide.  This should be an optional configurable feature.

Allowing users to close but still have automatic default timeout should be possible.
Declined
Last Updated: 23 Dec 2022 08:04 by ADMIN
Created by: Mauro
Comments: 3
Category: Kendo UI for Angular
Type: Bug Report
0


This happens if the TimePicker is visible on the page and you change your system timezone (like from +2 to +12) and try to open the timepicker.

Unplanned
Last Updated: 13 Dec 2022 05:00 by Deepak
Created by: Deepak
Comments: 2
Category: Kendo UI for Angular
Type: Bug Report
1

Hi team,

I am working on a simple UI where kendo combo-box is a "column" of a kendo tree-list. The problem is, the opening and closing of kendo combo-box also expands and collapses the kendo tree-list's row.

I think the event of kendo-combo-box is bubbled to treelist. Is this a bug or am I missing something? 

Here's my Stackblitz example for reproducing the issue (Link: https://stackblitz.com/edit/angular-18guak?file=src/app/app.component.ts)

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:

Unplanned
Last Updated: 23 Jan 2024 11:47 by Rodney
Created by: Chakshuta Desai
Comments: 2
Category: Kendo UI for Angular
Type: Feature Request
4

Hello,

I want to request a new control (Powerpoint Viewer) that we can use to slide show Powerpoint (ppt or pptx) files.

the main purpose is to handle the previous and next clicks of slides.

 

Thanks,

Chakshuta Desai