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

Date Picker has overlapping text in date input

5 Answers 917 Views
Calendar
This is a migrated thread and some comments may be shown as answers.
Gerry
Top achievements
Rank 1
Gerry asked on 18 Apr 2012, 03:07 PM
Hi,

I've attached a screen shot of the issue.

Note that this only occurs when the DatePopupButton-Visible is set to false.

Here's the markup:
<tr id="trMRPShipDate" runat="server">
<td>MRP Ship Date</td>
<td></td>
<td>
<div style="position:relative; height:20px">
<telerik:RadDatePicker ID="dpMRPShipDate" Width="90px" EnableTyping="false" DatePopupButton-Visible="false"
style="position:absolute; top:0px; left:0px" runat="server" EnableEmbeddedSkins="true">
<Calendar ID="Calendar1" UseRowHeadersAsSelectors="False" runat="server" UseColumnHeadersAsSelectors="False"
ViewSelectorText="x" EnableEmbeddedSkins="true">
<SpecialDays>
<telerik:RadCalendarDay Repeatable="Today" ItemStyle-BackColor="#BCDDFF" >
<ItemStyle BackColor="#BCDDFF" />
</telerik:RadCalendarDay>
</SpecialDays>
</Calendar>
<DateInput ID="DateInput3" DisplayDateFormat="MMM dd, yyyy" runat="server" DateFormat="M/d/yyyy"
ReadOnly="True" AutoPostBack="True">
</DateInput>
<DatePopupButton ImageUrl="" HoverImageUrl=""></DatePopupButton>
</telerik:RadDatePicker>
<asp:ImageButton ID="imgCancelMRPShipDate" runat="server" ImageUrl="~/Pics/Cancel.gif" Style="position:absolute; top:4px; left:122px" OnClick="imgCancelShipDate_Click" Width="16px" Visible="false" />
<asp:LinkButton runat="server" ID="lnkShipDateChangeLog" Text="Change Log" style="position:absolute; top:4px; left:98px; white-space:nowrap" onclick="lnkShipDateChangeLog_Click" />
</div>
</td>
</tr>

5 Answers, 1 is accepted

Sort by
0
Vasil
Telerik team
answered on 23 Apr 2012, 06:30 PM
Hi Gerry,

Could you confirm if the issue happens with the latest internal build.

Regards,
Vasil
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.
0
soraya
Top achievements
Rank 1
answered on 25 Apr 2012, 04:29 PM
Hi!!! I have the same problem I am working with the latest version of telerik and when i saw the date picker in IE9 is overlapping but in IE8 it dont happens, i dont know why?????
0
Accepted
Vasil
Telerik team
answered on 27 Apr 2012, 11:59 AM
Hello,

Set EnableSingleInputRendering="false" to the DateInput of the RadDatePicker, in order to use the old rendering. The appearance issue that is happening in the new rendering will be fixed for the next release.

Regards,
Vasil
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.
0
Gerry
Top achievements
Rank 1
answered on 03 May 2012, 02:43 PM
Thank you, this resolved the issue for us.

Sorry it too so long to respond.
0
Gerry
Top achievements
Rank 1
answered on 01 Jun 2012, 04:58 PM
Just confirming that version 2012.1.411.35 fixed the issue
Tags
Calendar
Asked by
Gerry
Top achievements
Rank 1
Answers by
Vasil
Telerik team
soraya
Top achievements
Rank 1
Gerry
Top achievements
Rank 1
Share this question
or