Here are the steps to repro
* Place two RadDatePickers (start date & end date) on a page
* Add javascript validation logic for OnPopupClosing for both controls
* If end date is before start date show validation message, similarly if start date is after end date display message
* Most of the scenarios it works as expected. However it breaks in this scenario
- When you get validation message on end date being before start date, move calendar to previous month & then back to current month. Now try to enter validate date for end date field, it still display validation message.
Let me know if you are able to repro this bug.
* Place two RadDatePickers (start date & end date) on a page
* Add javascript validation logic for OnPopupClosing for both controls
* If end date is before start date show validation message, similarly if start date is after end date display message
* Most of the scenarios it works as expected. However it breaks in this scenario
- When you get validation message on end date being before start date, move calendar to previous month & then back to current month. Now try to enter validate date for end date field, it still display validation message.
Let me know if you are able to repro this bug.