Freeze Column gridview disappeared when calendar extender shown

HotoHotsVaf

New Member
I have one gridview, and the most left column should be freeze. I use with css position-relative. Here is my code\[code\].freeze-left{position: relative;left: -1px;border-bottom-style: none;}\[/code\]Inside the same gridview, I have Calendar Extender control. Here is my code\[code\]<asp:ImageButton ID="TransactionDateImageButton" runat="server" ImageUrl="~/Images/calendar-icon.png"/><ajaxToolkit:CalendarExtender ID="TransactionDateCalendarExtender" runat="server" PopupPosition="BottomRight" Format="dd MMMM yyyy" PopupButtonID="TransactionDateImageButton" TargetControlID="TransactionDateTextBox"></ajaxToolkit:CalendarExtender>\[/code\]It seems no problem at all. The freeze column worked very well.The problem appears when I click the button to fire calendar extender.When the calendar shown, my freeze column suddenly disappeared..
 
Back
Top