This is a migrated thread and some comments may be shown as answers.

Hover States Not Cleared

1 Answer 34 Views
Calendar
This is a migrated thread and some comments may be shown as answers.
Stephen
Top achievements
Rank 1
Stephen asked on 14 Sep 2011, 08:29 PM
I have a calendar control which, when I click a day, sets off a busy indicator. If I move away from the day I clicked while the busy indicator is being displayed, the hover state of the day button is still visible, even after the busy indicator disappears. I wonder whether this is a bug with the button chrome?

Thanks,
Steve

1 Answer, 1 is accepted

Sort by
0
Pana
Telerik team
answered on 20 Sep 2011, 06:59 AM
Hello Stephen,

No. It is a bug with the RadCalendar. The RadCalendar never believed that it could go disabled once the selection changes but before the mouse is released so it has some internal issues. It could even get worst if the selection is Multiple or Extended as it would continue to select dates when it get enabled even if meanwhile the mouse is released. We had that problem reported once but it is not a common issue. Our team is focused on other controls at the moment so I can not tell you if we are going to fix it.

As a workaround I could ask you to start the heavy lifting in a timer after few milliseconds time or add a "GO" button near the calendar which have to be clicked in order the data for the selected date to be generated. Also you could consider putting the calendar outside the RadBusyIndicator. For example if you have RadCalendar and a RadGrid near it that shows data for the selected date you could leave the RadCalendar clickable while the busy indicator contains the RadGrid and disable it while loading its data.

Greetings,
Pana
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>
Tags
Calendar
Asked by
Stephen
Top achievements
Rank 1
Answers by
Pana
Telerik team
Share this question
or