| <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
