Hi,
I have a RadDateTimepicker and changed the font size to 20px and when I assign a date/time to it using SelectedDate, the text is truncated. See attached picture and notice the PM is missing. I have pasted my code.
Datey.SelectedDate = now
Browser: IE 10
When I change the font to 15px, all shows fine.
Thanks.
Tim
I have a RadDateTimepicker and changed the font size to 20px and when I assign a date/time to it using SelectedDate, the text is truncated. See attached picture and notice the PM is missing. I have pasted my code.
Datey.SelectedDate = now
Browser: IE 10
When I change the font to 15px, all shows fine.
Thanks.
Tim
<telerik:RadDateTimePicker ID="Datey" Style="vertical-align: middle;" Width="300px" runat="server" Skin="Default" Culture="English (United States)" EnableTyping="False"> <DateInput runat="server" Font-Size="20px" > </DateInput> <Calendar ID="Calendar1" UseRowHeadersAsSelectors="False" UseColumnHeadersAsSelectors="False" ViewSelectorText="x" Skin="Telerik" ShowRowHeaders="False" runat="server"> <SpecialDays> <telerik:RadCalendarDay Repeatable="Today"> <ItemStyle CssClass="rcToday" /> </telerik:RadCalendarDay> </SpecialDays> </Calendar> </telerik:RadDateTimePicker>