I am using the Calendar Extender along with a button in one of the column within a GridView Control to change the date. When I click the button in a row, the Calendar pops up. When I click the button again, the popup calendar closes automatically. But when I click the button in the first row and then in the second row and so on, then many calendars popup. Is it possible to automatically close the first calendar when the second calendar pops up using javascript code or by some other means. Please help me to solve the issue
Also when there is a scroll bar in the gridview, the position of the calendar popup is not coming correctly. Is it possible to change the position of the Calendar popup using javascript.