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

Issue in displaying RadDatePicker Control

5 Answers 170 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Ramesh kumar Kuppusamy
Top achievements
Rank 1
Ramesh kumar Kuppusamy asked on 13 Dec 2010, 02:40 PM
could u pls tell me why the raddatepicker control sometime display "Open Calendar Popup" text instead of displaying calendar image.
Herewith i've attached the modal raddatepicker control showing "Open Calendar Popup" text. Pls help me to solve this issue.

5 Answers, 1 is accepted

Sort by
0
Radoslav
Telerik team
answered on 14 Dec 2010, 03:46 PM
Hello Ramesh,

Could you please try setting the rcCalPopup class to the DatePopupButton.CssClass and let me know if the issue still exists.
<telerik:RadDatePicker runat="server" ID="rdpSomeName">
    <DatePopupButton CssClass="rcCalPopup" />
</telerik:RadDatePicker>

Additionally it will be helpful if you could post your aspx page markup with the correspondent code behind code. Thus we will be able to gather more details about your scenario and provide you with more to-the-point answer.

Best wishes,
Radoslav
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
0
Somnath
Top achievements
Rank 1
answered on 08 Jun 2012, 03:46 PM
 

<

 

 

td width="155" class="label" style="white-space:nowrap;">E Date:</td>

 

 

 

<td width="150">

 

 

 

<telerik:RadDatePicker ID="txtEDatePartB" runat="server" MinDate="1900-01-01" AutoPostBack="false" Width="100px">

 

 

 

<ClientEvents OnDateSelected="OnEDateSelected" />

 

 

 

<DateInput ID="DateInput1" runat="server" onkeydown="EDateKeyDown(event)"

 

 

 

ClientEvents-OnError="OnEDateError"

 

 

 

ClientEvents-OnValueChanging="OnEDateValueChanging"

 

 

 

/>

 

 

 

</telerik:RadDatePicker>

 

 

 

<asp:Label runat="server" ID="lblPartB" Font-Bold="false" Text="Part B" />

 

 

 

</td>

Even I am facing this issue where the text "Open the calendar popup" get displayed instead if calendar icon. My date picker is part of user control and even master page is used. I considered different approaches from different thread viz cssClass, display : none over visible = false, <datepopupbutton settings but nothing is helpful.

0
Radoslav
Telerik team
answered on 12 Jun 2012, 08:17 AM
Hello Somnath,

I tried to reproduce the described issue but to no avail. I am sending you a simple example which is based on your code snippet. Please check it out and let me know what differs in your case.

Looking forward for your reply.

All the best,
Radoslav
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
Brenda
Top achievements
Rank 1
answered on 13 Jun 2012, 06:30 AM
wsa
[img]http://www.aldg.info/xiaowang1.jpg[/img]
[img]http://www.aldg.info/xiaowang2.jpg[/img]
[img]http://www.aldg.info/xiaowang3.jpg[/img]
0
Peter
Top achievements
Rank 1
answered on 04 Mar 2013, 06:55 AM
I had this issue as I accidentally left:

Calendar-Visible="false"

... in the Date Picker while rolling-back some other code. 
Tags
General Discussions
Asked by
Ramesh kumar Kuppusamy
Top achievements
Rank 1
Answers by
Radoslav
Telerik team
Somnath
Top achievements
Rank 1
Brenda
Top achievements
Rank 1
Peter
Top achievements
Rank 1
Share this question
or