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

DatePicker - show Calendar Popup (FireFox) not working

4 Answers 642 Views
Calendar
This is a migrated thread and some comments may be shown as answers.
Debbie
Top achievements
Rank 1
Debbie asked on 26 Feb 2009, 08:23 PM
 <telerik:RadDatePicker runat="server" ID="datepickShipDate" Width="100px" DateInput-ShowButton="false" 
            Skin="WebBlue">  
            <Calendar ID="calShipDate" runat="server" ShowRowHeaders="false" >                                 
            </Calendar>              
            <DateInput ID="diShipDate" runat="server" onclick="showDatePicker(this)" /> 
        </telerik:RadDatePicker> 

<script language="jscript" type="text/jscript">  
  function showDatePicker(sender) {  
 
 
                $find("<%= datepickShipDate.ClientID %>").showPopup();                
 
            }  
 
             
        </script> 


I have the above code on a page...  I run it in IE, and I click on the datepicker control's textbox or the calendar button, and I get the expected calendar popup displayed.

But in FireFox, it does nothing. 

I couldn't find anything in the forums about anyone having any trouble with firefox.

Any help is apprecicated.

Thanks!
Debbie

4 Answers, 1 is accepted

Sort by
0
Daniel
Telerik team
answered on 27 Feb 2009, 08:38 AM
Hello Debbie,

I tried to reproduce the issue on our online demos but unfortunately without avail. Please test whether it's working on your end and let us know.
Custom popup

Best regards,
Daniel
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.
0
Debbie
Top achievements
Rank 1
answered on 27 Feb 2009, 01:37 PM
I found the problem....the language and the type of the script should be javascript (text/javascript). Corrected that and it is working.

Thanks!
Debbie
0
Gulpham
Top achievements
Rank 1
answered on 13 Sep 2018, 01:30 PM

I used the daterangepicker calendar in lightbox but not working properly

month and year dropdowns in calendar only on mozilla firefox browser, plz let me know any 

suggestion

Thanks and Regards...

Gulpham

 

0
Eyup
Telerik team
answered on 18 Sep 2018, 07:16 AM
Hello Gulpham,

Here are some suggestions which may help you in troubleshooting this issue:

1. Use the latest release version of the controls.

2. Ensure that there are no script errors:
https://www.telerik.com/support/kb/aspnet-ajax/ajaxmanager/details/get-more-descriptive-errors-by-disabling-ajax

3. Check whether there are controls on the page with different RenderMode properties set:
https://docs.telerik.com/devtools/aspnet-ajax/controls/grid/mobile-support/render-modes#setting-render-mode

4. Check for any custom CSS on the page which can lead to this problematic appearance.

I hope this will prove helpful.

Regards,
Eyup
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Tags
Calendar
Asked by
Debbie
Top achievements
Rank 1
Answers by
Daniel
Telerik team
Debbie
Top achievements
Rank 1
Gulpham
Top achievements
Rank 1
Eyup
Telerik team
Share this question
or