This question is locked. New answers and comments are not allowed.
I consulted the forums and found a bit of help, but no matter what I do I still can't change the PickerButtonStyle.
Any ideas what I might be doing wrong? Thanks!
Here is what I do:
Any ideas what I might be doing wrong? Thanks!
Here is what I do:
<telerikInput:RadDatePicker Value="{Binding Path=SearchDateTime, Mode=TwoWay}" DisplayValueFormat="{}{0:m}"> <telerikInput:RadDatePicker.PickerButtonStyle>
<Style TargetType="ToggleButton">
<Setter Property="Background" Value="Red"/></Style></telerikInput:RadDatePicker.PickerButtonStyle>
</telerikInput:RadDatePicker>