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

[Solved] Platform Target set to AnyCPU SpecialDates Require Mouseover

1 Answer 18 Views
Calendar for XAML
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Rick
Top achievements
Rank 1
Rick asked on 19 Feb 2014, 12:36 AM
While working with the Calendar control in UI for Windows 8.1 XAML Q3 2013, I am loading asynchronously an rss feed of events and setting special dates as I process the feed. When the control is loaded on the page with the build platform target set to AnyCPU, the control requires a mouse over to present the decorations of the special dates. Changing the platform target to either ARM or x64 causes the expected behavior.

1 Answer, 1 is accepted

Sort by
0
Rosy Topchiyska
Telerik team
answered on 21 Feb 2014, 09:51 AM
Hi Rick,

Thank you for contacting us.

The calendar provides functionality to mark specific dates by using a custom CellStyleSelector, but it has no events collection and hence it has no mechanism to intrinsically update its UI when something has changed. The cell styles are applied only when the calendar view is changed or on hover gesture. This means that you have to take care to update the calendar UI every time you add/remove an event - the RadCalendar.UpdateUI() method can be used to force the calendar to update the cell styles.

There should be no reason the RadCalendar control to behave differently on different platforms and we were not able to reproduce it. If you send us a project that reproduces this issue we will investigate where the difference might come from.

I hope this information is useful. Please, let us know if you have further questions.

Regards,
Rositsa Topchiyska
Telerik
Tags
Calendar for XAML
Asked by
Rick
Top achievements
Rank 1
Answers by
Rosy Topchiyska
Telerik team
Share this question
or