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

DateTimePicker Pops Up Out Input Field

1 Answer 60 Views
Calendar
This is a migrated thread and some comments may be shown as answers.
William
Top achievements
Rank 1
William asked on 28 Mar 2012, 10:52 PM
Greetings,

I have an issue with the DateTimePicker in Google Chrome 17.0.963.83 m and Rad AJAX for ASP.NET 2011.1.315.35 and it's that the calendar popup is displaying far from the input field. Check the attached image.

Thanks in advance

<div id="P5appfield017" class="appfield01">
    <telerik:RadDatePicker
ID="P5textfield4" runat="server" Width="150px" Calendar-CssClass="input_date" DateInput-CssClass="input_date" CssClass="input_date" Culture="es-CO" MinDate="01/01/1900" MaxDate="12/31/2100" >

                           
<DateInput ID="DateInput1" runat="server" Width="150px" DateFormat="dd/MM/yyyy" DisplayDateFormat="dd/MM/yyyy" ToolTip="Seleccionar fecha en calendario"  ></DateInput>
                            <DatePopupButton ImageUrl="/Formulario/icons/calendar.png" HoverImageUrl="/Formulario/icons/calendar.png" />
                        </telerik:RadDatePicker>
                        <asp:Label ID="P5lblP5textfield4" class="input01e" runat="server" Text="Ingrese Fecha de expedición" ForeColor="Red" Visible="false"></asp:Label><br />
                        <br />
</
div>

1 Answer, 1 is accepted

Sort by
0
Accepted
Tsvetina
Telerik team
answered on 02 Apr 2012, 03:03 PM
Hello William,

I tried to replicate the issue in the attached project but to no avail. Check it out let me know what am I missing out. I needed to remove the image and CssClass settings from the picker declaration, as I did not have the referenced resources, could it be something related to your custom styles?

Regards,
Tsvetina
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
William
Top achievements
Rank 1
Answers by
Tsvetina
Telerik team
Share this question
or