I have a rad date picker in the item template of the grid
Its working fine in Firefox 3
But in IE 8, the first row of the grid shows correctly.
But in the second row the date inputs width is increased.
How to correct this?
| <telerik:GridTemplateColumn AllowFiltering="false" HeaderText="Date" UniqueName="Date" Visible="true"> |
| <ItemTemplate> |
| <telerik:RadDatePicker Skin="Web20" ID="RadDate" runat="server" Width="95px"> |
| <Calendar ID="Calendar" runat="server" > |
| </Calendar> |
| <DateInput ID="DateInput_GateWayDate" runat="server" Width = "60px" |
| DateFormat="M/d/yyyy" > |
| </DateInput> |
| <DatePopupButton HoverImageUrl="" ImageUrl="" /> |
| </telerik:RadDatePicker> |
Its working fine in Firefox 3
But in IE 8, the first row of the grid shows correctly.
But in the second row the date inputs width is increased.
How to correct this?