Unplanned
Last Updated: 06 Oct 2021 11:01 by Magnus
Magnus
Created on: 06 Oct 2021 11:01
Category: Gantt
Type: Bug Report
0
The Start Date validation message is not removed automatically when the selected End Date is later in the Gantt.

Bug report

When the validation message appears that the Start Date should be before the End Date, picking a proper End Date does not automatically remove the validation message in the Gantt.

Workaround: call the validate method in the change event of the End DatePicker.
https://dojo.telerik.com/@martin.tabakov@progress.com/IQiRukIN/11

Reproduction of the problem

  1. Open this Dojo example - https://dojo.telerik.com/@martin.tabakov@progress.com/IQiRukIN/10
  2. Edit an existing task or create a new one.
  3. In the Start DatePicker, choose a date that is after the EndDate, so that the validation message would appear.
  4. Pick an EndDate that is after the StartDate.

Current behavior

The validation message remains and the user must again focus and blur the Start Date picker for the message to disappear.

Expected/desired behavior

The validation should be removed automatically after picking a EndDate that is after the StartDate.

Environment

  • Kendo UI version: 2021.3.914
  • Browser: [all]
0 comments