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: 6 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: 1 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.
Completed
Last Updated: 20 Oct 2022 08:26 by ADMIN

when someone clicks on a date in the middle of the component, it will scroll the component instead of selecting the date.

This occurs in chrome and edge. In firefox this issue is not observed.

Steps:

1. Open a datepicker (https://www.telerik.com/kendo-angular-ui/components/dateinputs/datepicker/)
2. Hover over tuesday (bootstrap theme), between tuesday and wednesday in default theme.
3. Click on the date.
4. The component scrolls instead of selecting the date.

The cursor also changes from pointer to default. It seems another component is on top of the tuesday column.

Completed
Last Updated: 20 Oct 2022 07:24 by ADMIN
Created by: Pedram
Comments: 4
Category: ProgressBar
Type: Feature Request
8

Hi Kendo Team,

it would be great to have a circular progress bar component for Angular with a custom icon or percentage in the middle of it, as shown below:

 

 and  and 

 

Thank you in advance.

Kind regards,
Pedram

Completed
Last Updated: 3 Oct 2022 09:25 by ADMIN
Created by: Julian
Comments: 5
Category: Scheduler
Type: Feature Request
27

Hello,

 

we request the feature, to have the possiblity, to create a new event, by doing a slot click + dragging the mouse + release to create a new event.

Can we expect this feature or do you can suggest a workaround using existing functionality to get a similar functionality?

 

Thank you!

Best regards

Julian Hochstetter

Completed
Last Updated: 21 Sep 2022 12:22 by ADMIN
Created by: Mark
Comments: 10
Category: Grid
Type: Feature Request
39
Would like the ability to programmatically expand or collapse all groups for all rows in the grid.  Without having the need to iterate across all rows.
Completed
Last Updated: 21 Sep 2022 08:59 by ADMIN
Created by: Vikas
Comments: 1
Category: DatePicker
Type: Bug Report
1
I found a strange issue which was not present in progress/kendo-angular-dateinputs 2.2.0 version. When I hover on Feb(or any other month in same column to Feb) the hover functionality is slightly misaligned to left of Feb, attaching image for better understanding. You can see in attached screenshots that hover is not working half of text and it's only happening for Feb, Jun and Oct.
Completed
Last Updated: 17 Aug 2022 11:52 by Rajkumar

Hi All,  

    Anyone can help us to figure it out?

   Currently, We are using Angular Kendo Gird package, and got issue for tooltip message for Gird.

 

        When We mouse move over 3 dots for grid column menu, we would get strange tooltip message,  for details , please check it from attachment.

         My Email:liji.tao@teranet.ca

Thanks

Liji

Completed
Last Updated: 11 Aug 2022 08:12 by ADMIN
Created by: Toine
Comments: 2
Category: Scheduler
Type: Feature Request
0

I would be nice to highlight the currently selected event. As in the example below the selected event has a purple border

Completed
Last Updated: 7 Jul 2022 14:45 by ADMIN
Created by: Florentin
Comments: 1
Category: Filter
Type: Feature Request
0
I want a possibility for custom input fields (e.g. a dropdown with typeahead for values of string fields).
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: 30 Jun 2022 06:46 by ADMIN
Created by: Maikel
Comments: 2
Category: Grid
Type: Feature Request
0

When using KendoUI for Angular 2+, the filter value is still enabled and accepts input when "Is null" or "Is empty" is selected.

Since those selections do not require a parameter, I'd prefer the filter value to be default disabled.

 

Completed
Last Updated: 30 Jun 2022 06:38 by ADMIN
Created by: Toine
Comments: 2
Category: MultiViewCalendar
Type: Feature Request
2
Make it possible to use a vertical orientation
Completed
Last Updated: 22 Jun 2022 13:03 by ADMIN
Created by: Mickey
Comments: 5
Category: Dialog
Type: Feature Request
12

Add configuration inputs for control animation of Dialog component.

 

 
Completed
Last Updated: 17 Jun 2022 08:07 by ADMIN
Created by: Russell
Comments: 4
Category: DataQuery
Type: Feature Request
0

Please export the operatorsMap from Data Query's filter-no-eval.js.

If exporting the operators map is not an option, consider introducing an enum which defines the operators as constants:

export enum Operators {
contains = 'contains',
doesnotcontain = 'doesnotcontain',
doesnotendwith = 'doesnotendwith',
doesnotstartwith = 'doesnotstartwith',
endswith = 'endswith',
eq = 'eq',
gt = 'gt',
gte = 'gte',
isempty = 'isempty',
isnotempty = 'isnotempty',
isnotnull = 'isnotnull',
isnull = 'isnull',
lt = 'lt',
lte = 'lte',
neq = 'neq',
startswith = 'startswith'
}

 

Completed
Last Updated: 16 Jun 2022 12:26 by ADMIN
Created by: John
Comments: 1
Category: NumericTextBox
Type: Feature Request
0
Please provide a way to enable or disable the default functionality of the (wheel) event for the NumericTextBox.
Completed
Last Updated: 16 Jun 2022 09:01 by ADMIN
Created by: IT
Comments: 3
Category: DropDownList
Type: Bug Report
1

I'm using the Kendo Angular DropDownList component and I'm facing a couple of accessibility issues.

I got two issues, the same as those I get in my own application using the DropDownList component.
I've attached the output for both issues below.

First issue and an explanation of the issue and its solutions can be seen in the first attachment.

Second issue and an explanation of the issue and its solutions can be seen in the sercond attachment.