Ajax Calendar control not showing properly in Gridview Footer template.

BeUnique 2,252 Reputation points
2024-05-30T07:12:57.6133333+00:00

I am not getting full view of Ajax Calendar control in gridview Footer template.

The last column date in the date picker, not showing properly.

Friday and saturday is hiding and not showing properly.

User's image

<asp:TextBox ID="txtDOB" CssClass="txtInput" ReadOnly="true" runat="server" Text=""></asp:TextBox>
                               <ajaxToolkit:CalendarExtender ID="CalendarExtender1" runat="server" TargetControlID="txtDOB"
                                      Format="MM/dd/yyyy" OnClientDateSelectionChanged="CheckDateEalier" PopupButtonID="btnDate1"
                                      PopupPosition="BottomRight" CssClass="cal_Theme1"></ajaxToolkit:CalendarExtender>
                                        <asp:ImageButton ID="btnDate1" ImageUrl="~/images/imgCalendar.png"
                                            runat="server" />
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,561 questions
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.