This is a migrated thread and some comments may be shown as answers.

RadDatePicker text getting cut in IE6

1 Answer 44 Views
Calendar
This is a migrated thread and some comments may be shown as answers.
CHARLES CROUCH
Top achievements
Rank 1
CHARLES CROUCH asked on 10 Aug 2012, 04:19 PM
I have a RadDatePicker control on my page.

<telerik:RadDatePicker ID="rdDate" runat="server" ShowPopupOnFocus="true" ZIndex="30001"
            DateInput-DateFormat="MM/dd/yyyy" Width="100" TabIndex="1">
            <DateInput runat="server" ID="DateInput2" ClientEvents-OnBlur="CloseDatePopup">
            </DateInput>
            <DatePopupButton TabIndex="1" />
        </telerik:RadDatePicker>

In code behind, I am selecting the date like this
rdDate.SelectedDate = Convert.ToDateTime("08/08/2012");

I have screenshot of how it looks on page load and after I move my mouse over the RadDatePicker control.

Please suggest how I can fix this.

I am using
Telerik.Web.UI.dll (version 2012.1.215.35)
Telerik.Web.UI.Skins.dll (version 2012.1.215.35)

1 Answer, 1 is accepted

Sort by
0
Milena
Telerik team
answered on 15 Aug 2012, 07:15 AM
Hello,

We are aware of this issue and there is already a fix available for it in Q2 2012. You can upgrade to this or a later version of RadControls and see how it works on your end.


All the best,
Milena
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Calendar
Asked by
CHARLES CROUCH
Top achievements
Rank 1
Answers by
Milena
Telerik team
Share this question
or