Duplicated
Last Updated: 20 Oct 2023 14:06 by ADMIN
Created by: Bhavna
Comments: 1
Category: DatePicker
Type: Bug Report
0

Hello,

In case when datepicker used inside treelist with kendoTreeListEditTemplate, it is logging the PreventableEvent of datepicker inside the ExpandEvent of treelist.

https://stackblitz.com/edit/angular-5uzbzw?file=src%2Fapp%2Fapp.component.ts,src%2Fapp%2Fapp.module.ts,package.json

Thanks

Duplicated
Last Updated: 28 Sep 2022 12:16 by ADMIN

You can reproduce the bug even in your documentation: Overview - DatePicker - Kendo UI for Angular (telerik.com)

  • Select the Bootstrap Theme
  • Try to select for example the 14th March 2000 the calendar goes to December 2000 (and doesn't select the date).
  • If you click slightly outside of the number, the selection works.

The problem seems to be the infinite navigation that's overlaying with that dates' columns.

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: 04 Jul 2019 13:07 by ADMIN
Created by: Lynden
Comments: 1
Category: DatePicker
Type: Bug Report
1

Hello

Currently the datePicker and probably other controls that implement the rangeValidation property do not listen to changes on the rangeValidation input.

This is preventing whether range validation is enabled based on other form input changes during user interaction with the form.

Can this be changed so it listens on ngChanges?