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

radDatePicker button rendering issue with Safari

1 Answer 53 Views
Calendar
This is a migrated thread and some comments may be shown as answers.
d-cpt
Top achievements
Rank 2
d-cpt asked on 06 Jul 2009, 02:33 PM
The radDatePicker's DatePopupButton is rendered differently in Safari.
When page is postback, the calendar icon is replaced by its tooltip.
If click to the tooltip message, a calendar will open but background is transparent.

Finally I set EnableViewState to False then it works like expected.

Could you give me any idea why?

Thanks,
d-cpt.


<telerik:RadDatePicker ID="rdpDateTo" runat="server" Skin="WebBlue" TabIndex="2"  
                    MinDate="2008-08-01" EnableTyping="False" ToolTip="Click Calendar icon to select a date" Culture="English (United States)" EnableViewState="False">
                    <DateInput LabelCssClass="radLabelCss_WebBlue" Skin="WebBlue" TabIndex="2" ReadOnly="True"></DateInput>
                    <Calendar UseRowHeadersAsSelectors="False" UseColumnHeadersAsSelectors="False" ViewSelectorText="x" Skin="WebBlue"></Calendar>
                    <DatePopupButton TabIndex="2"></DatePopupButton>
                  </telerik:RadDatePicker>

1 Answer, 1 is accepted

Sort by
0
Accepted
Dimo
Telerik team
answered on 06 Jul 2009, 03:58 PM
Hello d-cpt,

Please remove the LabelCssClass and Skin properties from the DateInput child control declaration.

Best wishes,
Dimo
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Calendar
Asked by
d-cpt
Top achievements
Rank 2
Answers by
Dimo
Telerik team
Share this question
or