This question is locked. New answers and comments are not allowed.
Greets,
I am using the Telerik Silverlight RadCalendar for the Q3 2009 SP1 Release. We have a ChildWindow which contains the calendar, the XAML is as follows
When the ChildWindow is initial shown, a box appears around the first day of the first month displayed --even if the day is from a previous month. Clicking on the ChildWindow header, this box disappears; however, we would like to make sure that the box does not appear initially, because it is confusing to the user in the context in which we use it.
We have tried several approaches: in the ChildWindow's 'Loaded' event, we call UpdateLayout(); in same event, we tried to set focus to the child form; we tried disabling the control and in the 'Loaded' event, re-enabling; as well as trying to see if we could find the element in the Style for the Calendar and collapse it. Each approach was unsuccessful.
I'd like to know if there is a way that we can suppress this on initial load, does anyone have any ideas?
Regards.
I am using the Telerik Silverlight RadCalendar for the Q3 2009 SP1 Release. We have a ChildWindow which contains the calendar, the XAML is as follows
<
telerikInput:RadCalendar
Grid.Row
=
"1"
Rows
=
"1"
Columns
=
"3"
ViewsHeaderVisibility
=
"Visible"
x:Name
=
"ExtendedCalendar"
SelectionMode
=
"Extended"
SelectedDate
=
"{Binding SelectedDate}"
/>
When the ChildWindow is initial shown, a box appears around the first day of the first month displayed --even if the day is from a previous month. Clicking on the ChildWindow header, this box disappears; however, we would like to make sure that the box does not appear initially, because it is confusing to the user in the context in which we use it.
We have tried several approaches: in the ChildWindow's 'Loaded' event, we call UpdateLayout(); in same event, we tried to set focus to the child form; we tried disabling the control and in the 'Loaded' event, re-enabling; as well as trying to see if we could find the element in the Style for the Calendar and collapse it. Each approach was unsuccessful.
I'd like to know if there is a way that we can suppress this on initial load, does anyone have any ideas?
Regards.