As the title implies, I'm having trouble implementing a stand-alone RadClock (no TimePicker involved) control in my WPF app. Before the latest upgrade (my current version is Q1 2011), it worked smoothly (i set the Culture property to get rid of the 'AM/PM' suffixes), but now it just won't show the times from 0:00 to 23:00. My attempt:
Any ideas as to why this thing doesn't work anymore? :)
EDIT: I tried reverting to an older version of the Telerik controls (ver. Q3 2009 SP2) and it works just fine.
EDIT2: But, of course, this is not a solution, because i would still like to have the latest Telerik controls installed, therefore reverting in my case is out of the question. Any info would be greatly appreciated :)
Thanks in advance,
Concerned Developer
<
telerik:RadClock
HorizontalAlignment
=
"Left"
Margin
=
"1,7,0,0"
Name
=
"radTimeFrom"
Culture
=
"sl-SI"
VerticalAlignment
=
"Top"
Width
=
"166"
Height
=
"145"
>
<
telerik:RadClock.Header
>
<
TextBlock
Text
=
"From"
Foreground
=
"White"
/>
</
telerik:RadClock.Header
>
</
telerik:RadClock
>
Any ideas as to why this thing doesn't work anymore? :)
EDIT: I tried reverting to an older version of the Telerik controls (ver. Q3 2009 SP2) and it works just fine.
EDIT2: But, of course, this is not a solution, because i would still like to have the latest Telerik controls installed, therefore reverting in my case is out of the question. Any info would be greatly appreciated :)
Thanks in advance,
Concerned Developer