This question is locked. New answers and comments are not allowed.
Hi, I am using <telerik:RadGridView> in my Silverlight application and I have one of the column in this GridView which shows only the time as below
<telerik:GridViewDataColumn Header="Time (PST)" DataMemberBinding="{Binding time, Mode=OneWay}" DataFormatString="{} {0:HH:mm:ss}" IsReadOnly="True" UniqueName = "UpdateTime"/>
When I open the clock while filtering on this time column, the clock is not properly aligned with the Filter control. Please see the image attached.
Also, I want to change the default style of this clock i.e. background color, border thickness.
Could anyone please help me on these tasks i.e. alignment of clock and changing default style of clock.