JQuery datepicker not outputting values to gridview

Phoenix1394

New Member
I have a JQuery Datepicker bound correctly (I feel so) to the gridview. It works fine and shows perfectly on all textboxes of the grid and on each row.The problem is that it outputs the value to only first row. So when I click on 10th row of the grid, a DatePicker pops out on the 10th Row, but when I select a date, that date is filled in the first row of the grid only.No matter which row I choose, it always outputs the value to first row only.Any help would be greatly appreciated.I have tried to attach the DatePicker through both textbox ID as well as the Class name with no luck.ThanksAshutosh
 
Back
Top