Hi ,
I have a RAD grid. The calender exted is attached to a textbox. It forks fine in the non-inline edit mode. However it's display is jaggered in the inline edit. Any suggestions?
All i am changeig is adding / commenting this code on the pageload
I have a RAD grid. The calender exted is attached to a textbox. It forks fine in the non-inline edit mode. However it's display is jaggered in the inline edit. Any suggestions?
<EditItemTemplate> |
<asp:TextBox MaxLength="30" skin="Vista" Text='<%# Bind("Dt1")%>' ID="txtDate1" runat="server"></asp:TextBox> |
<asp:Image ID="imgCalendarDt2" runat="server" ImageUrl="~/images/Calendar_scheduleHS.png" |
onmouseover="this.style.cursor='hand'" ToolTip="Click to show calendar" /> |
<ajax:CalendarExtender |
ID="CalendarExtender2" runat="server" TargetControlID="txtDate1" PopupButtonID="imgCalendarDt2" |
PopupPosition="TopLeft" CssClass="yui"/> |
<asp:Label ID="lblDtFormat2" runat="server" Font-Italic="true" Font-Names="verdana" |
Font-Size="7" Text="Format: mm/dd/yyyy" /> |
</EditItemTemplate> |
grd.MasterTableView.EditMode =
GridEditMode.InPlace;