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

rad calendar in IE10

2 Answers 64 Views
Calendar
This is a migrated thread and some comments may be shown as answers.
Kinjal
Top achievements
Rank 1
Kinjal asked on 03 Sep 2013, 09:44 AM
Hello All,
              I have code of rad date picker in aspx page like:
<td style="vertical-align: middle">
                                        <telerik:RadDatePicker ID="FromDate" runat="server" AutoPostBack="false" Calendar-AutoPostBack="false"
                                            Culture="English (United States)" SelectedDate="2011-10-01" Width="120px">
                                            <ClientEvents OnDateSelected="FromDateSelected" />
                                            <Calendar UseRowHeadersAsSelectors="False" AutoPostBack="false" UseColumnHeadersAsSelectors="False"
                                                ViewSelectorText="x">
                                            </Calendar>
                                            <DatePopupButton ImageUrl="" HoverImageUrl=""></DatePopupButton>
                                            <DateInput DisplayDateFormat="M/d/yyyy" DateFormat="M/d/yyyy" AutoPostBack="false" CssClass="txtBack-Color"
                                                SelectedDate="2011-10-04">
                                            </DateInput>
                                        </telerik:RadDatePicker>
                                    </td>

This is works fine in Firefox,Chrome,safari and IE9,IE8 but in IE10 calendar not display properly. I also attach IE10 screen shots below.

2 Answers, 1 is accepted

Sort by
0
Kinjal
Top achievements
Rank 1
answered on 05 Sep 2013, 07:24 AM
Hello All,
              I have code of rad date picker in aspx page like:
<td style="vertical-align: middle">
                                        <telerik:RadDatePicker ID="FromDate" runat="server" AutoPostBack="false" Calendar-AutoPostBack="false"
                                            Culture="English (United States)" SelectedDate="2011-10-01" Width="120px">
                                            <ClientEvents OnDateSelected="FromDateSelected" />
                                            <Calendar UseRowHeadersAsSelectors="False" AutoPostBack="false" UseColumnHeadersAsSelectors="False"
                                                ViewSelectorText="x">
                                            </Calendar>
                                            <DatePopupButton ImageUrl="" HoverImageUrl=""></DatePopupButton>
                                            <DateInput DisplayDateFormat="M/d/yyyy" DateFormat="M/d/yyyy" AutoPostBack="false" CssClass="txtBack-Color"
                                                SelectedDate="2011-10-04">
                                            </DateInput>
                                        </telerik:RadDatePicker>
                                    </td>

This is works fine in Firefox,Chrome,safari and IE9,IE8 but in IE10 calendar not display properly. I also attach IE10 screen shots below.

0
Konstantin Dikov
Telerik team
answered on 05 Sep 2013, 03:32 PM
Hi Kinjal,

I have tested RadDatePicker with your setting and the latest RadControls version, and there are no issues present in IE10.

Also, there are no screenshots attached to your post, so I would like to ask you to elaborate a little more about the issue you are facing by providing information for your RadControls version and if possible to provide the JavaScript behind "FromDateSelected" function.

Looking forward to your reply.

 

Regards,
Konstantin Dikov
Telerik
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 the blog feed now.
Tags
Calendar
Asked by
Kinjal
Top achievements
Rank 1
Answers by
Kinjal
Top achievements
Rank 1
Konstantin Dikov
Telerik team
Share this question
or