I have a gridview that I can't for the life of me get the datepicker calender to pop up for. I've been using the datepicker for months very successfully for a variety of textboxes on the page and inside of formviews but this is the first time I've tried using with gridview. I didn't expect any issues however can't seem to find anything to work. I have searched the forums for 2 days and attempted any suggestions found within the solutions to no avail. I've tried using the CSS to link the datepicker but everything stopped working when I changed the code and my page which uses a css style already got all distorted looking. Please help!
Here is my gridview (only included a part b/c it is large and am only having problem with the datepicker for the date completed text box)
<asp:GridView ID="GridViewCompleted" runat="server" AllowPaging="True" AllowSorting="True"
AutoGenerateColumns="False" BackColor="#CCCCCC" BorderColor="#999999" BorderStyle="Solid"
BorderWidth="3px" CellPadding="4" DataKeyNames="job_id" DataSourceID="SourceJobProjectCompleted"
ForeColor="Black" CellSpacing="2">
<Columns>
View Complete Post