Using CalendarExtender from AJAX Control Toolkit latest version:
```
AjaxControlToolkit, Version=4.1.7.123, Culture=neutral, PublicKeyToken=28f01b0e84b6d53e
```
After opening the extender I click on calendar header to get to month view, and once again to reach year view:
![Image](http://j.mp/VlBDbu)
If I click on the right arrow I reach the next screen of years, but clicking the left arrow does not allow me to reach the original list of years:
![Image](http://j.mp/VlCkBx)
I can still navigate right until the last available year is shown, but if I click on left arrow it will only go as back as this 2nd picture.
ASPX code that shows the problem:
```
<asp:TextBox runat="server" ID="txtCalendar" />
<asp:Button runat="server" ID="btnOpenCld" Text="Open" />
<act:CalendarExtender runat="server" ID="cldExtender"
TargetControlID="txtCalendar"
PopupButtonID="btnOpenCld"
StartDate="1/29/2013"
EndDate="12/31/2035" />
```
I tried various ways to set the start/end dates but the same problem remains.
Attached is a simple demo that manifests the bug.
```
AjaxControlToolkit, Version=4.1.7.123, Culture=neutral, PublicKeyToken=28f01b0e84b6d53e
```
After opening the extender I click on calendar header to get to month view, and once again to reach year view:
![Image](http://j.mp/VlBDbu)
If I click on the right arrow I reach the next screen of years, but clicking the left arrow does not allow me to reach the original list of years:
![Image](http://j.mp/VlCkBx)
I can still navigate right until the last available year is shown, but if I click on left arrow it will only go as back as this 2nd picture.
ASPX code that shows the problem:
```
<asp:TextBox runat="server" ID="txtCalendar" />
<asp:Button runat="server" ID="btnOpenCld" Text="Open" />
<act:CalendarExtender runat="server" ID="cldExtender"
TargetControlID="txtCalendar"
PopupButtonID="btnOpenCld"
StartDate="1/29/2013"
EndDate="12/31/2035" />
```
I tried various ways to set the start/end dates but the same problem remains.
Attached is a simple demo that manifests the bug.