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

Rad date picker in Item Template of grid

0 Answers 86 Views
Grid
This is a migrated thread and some comments may be shown as answers.
kollam2003
Top achievements
Rank 1
kollam2003 asked on 28 Apr 2009, 06:58 AM
I have a rad date picker in the item template of the grid
<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?

No answers yet. Maybe you can help?

Tags
Grid
Asked by
kollam2003
Top achievements
Rank 1
Share this question
or