This question is locked. New answers and comments are not allowed.
Hello,
I want my calendar background to not be transparent. This worked before I upgraded to 2012.3.1106.1050. It is back to being transparent again. Any ideas?
Thanks,
Cheri
I want my calendar background to not be transparent. This worked before I upgraded to 2012.3.1106.1050. It is back to being transparent again. Any ideas?
Thanks,
Cheri
<
UserControl.Resources
>
<
Style
x:Name
=
"CalStyle"
TargetType
=
"telerik:RadCalendar"
>
<
Setter
Property
=
"Opacity"
Value
=
"100"
/>
<
Setter
Property
=
"Background"
Value
=
"Silver"
/>
</
Style
>
<
Style
TargetType
=
"telerik:RadDatePicker"
x:Key
=
"dtStyle"
>
<
Setter
Property
=
"InputMode"
Value
=
"DatePicker"
/>
<
Setter
Property
=
"Width"
Value
=
"200"
/>
<
Setter
Property
=
"Margin"
Value
=
"0 5"
/>
<
Setter
Property
=
"CalendarStyle"
Value
=
"{StaticResource CalStyle}"
/>
</
Style
>
</
UserControl.Resources
>
<
Grid
x:Name
=
"LayoutRoot"
>
<
StackPanel
Orientation
=
"Vertical"
>
<
telerik:RadDatePicker
x:Name
=
"dpExpiration"
Style
=
"{StaticResource dtStyle}"
Height
=
"30"
/>
<
Button
Width
=
"200"
Height
=
"100"
Content
=
"Button"
Click
=
"Button_Click"
/>
</
StackPanel
>
</
Grid
>