Hi
I am facing a display issue for RadDatePicker in Mozilla Firefox.
Following is my scenario:
I have got 2 RadDatePicker controls placed on my webpage, in case if the months being displayed in both of them are different, then this display issue occurs in Mozilla Forefox and not in IE. Kindly help.
Find below my aspx code for the above scenario:
Thanks
Tariq
I am facing a display issue for RadDatePicker in Mozilla Firefox.
Following is my scenario:
I have got 2 RadDatePicker controls placed on my webpage, in case if the months being displayed in both of them are different, then this display issue occurs in Mozilla Forefox and not in IE. Kindly help.
Find below my aspx code for the above scenario:
<table width="575" border="0" style="text-align: center"><BR> <tr><BR> <td style="width: 30%"><BR> </td><BR> <td style="width: 40%"><BR> <table border="0" runat="server" id="Criteriatable" width="45px"><BR> <tr valign="top" style="visibility: hidden;"><BR> <td class="SubHead" width="150px"><BR> <asp:Label ID="plReportType" runat="server" Visible="false" Text="ReportType :"></asp:Label><BR> </td><BR> <td class="SubHead" width="150px"><BR> <asp:DropDownList ID="cboReportType" runat="server" DataValueField="value" DataTextField="text" CssClass="NormalTextBox" Visible="false"><BR> </asp:DropDownList><BR> </td><BR> </tr><BR> <tr><BR> <td><BR> <cwc:Label ID="lblFrom" runat="server" /><BR> </td><BR> <td align="left"><BR> <telerik:RadDatePicker ID="RadDatePicker1" runat="server" /><BR> </td><BR> </tr><BR> <tr><BR> <td><BR> <cwc:Label ID="lblTo" runat="server" /><BR> </td><BR> <td align="left"><BR> <telerik:RadDatePicker ID="RadDatePicker2" runat="server" /><BR> </td><BR> </tr><BR> </table><BR> </td><BR> <td style="width: 30%"><BR> </td><BR> </tr><BR> <tr><BR> <td style="text-align: center" colspan="3"><BR> <ISWebDesktop:WebButton ID="cmdDisplay" Width="150px" runat="server" CssClass="CommandButton"<BR> CausesValidation="true" AutoPostback="true" PostBackMode="FullPostBack" /><BR> <asp:CompareValidator ID="valStartDate" CssClass="NormalRed" runat="server" Display="Dynamic"<BR> CultureInvariantValues="true" Type="Date" Operator="DataTypeCheck" ControlToValidate="RadDatePicker1"></asp:CompareValidator><BR> <asp:CompareValidator ID="valEndDate" CssClass="NormalRed" runat="server" Display="Dynamic"<BR> CultureInvariantValues="true" Type="Date" Operator="DataTypeCheck" ControlToValidate="RadDatePicker2"></asp:CompareValidator><BR> <asp:CompareValidator ID="valDates" CssClass="NormalRed" runat="server" Display="Dynamic"<BR> CultureInvariantValues="true" Type="Date" Operator="GreaterThan" ControlToValidate="RadDatePicker2" ControlToCompare="RadDatePicker1"></asp:CompareValidator><BR> </td><BR> </tr><BR> </table>Thanks
Tariq