Click here to Skip to main content
15,902,893 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I put one Text Box and AjaxCalenderExtender in side my grids EditItemTemplate,
it will like this...

ASP.NET
<edititemtemplate>                    
<asp:TextBox ID="TextBoxBELOWROTARYTABLE" runat="server" Text='<%# Bind("BELOWROTARYTABLE", "{0:d-MMM-yyyy HH:mm}") %>'>

<cc1:CalendarExtender ID="MAGDATETextBox_CalendarExtender"  runat="server" Enabled="True"
    TargetControlID="TextBoxBELOWROTARYTABLE" Format="dd-MMM-yyyy">

</edititemtemplate>


it will nice and also popup my calender, but my problem is that the calender will not shown fully but only some part of calender will show....

i think it is because of gridview....

What i need is that when i am in edit mode of my grid data at that time calender will display in full view means it will display properly so what type of css or any property i have to set please help me....
Posted
Updated 14-Nov-11 21:30pm
v3

1 solution

Hi,

If you are using CSS for Grid view then try to Increase size of the cells of grid-view.

I have Faced Same Problem...
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900