ASP.NET Calendar - ChangeLog

August 6, 2013

  • Version 3.0.6
  • Fixed and corrected issue of the control on postback when it is inside UpdatePanel.

May 17, 2013

  • Version 3.0.4
  • Lunar calendars are supported now, see the working example.
  • New server-side property ForcePosition is added for the date picker mode.

July 11, 2012

  • Version 2.9.9
  • Improved: Changing the month and year from the month/year selectors.

March 1, 2012

  • Version 2.9.8
  • Bug fix: Month navigation and loading issues in Chrome 17.0.963.56

October 22, 2010

  • Version 2.9.7
  • Bug fix: Month rendering issue in Chrome 7.0.517.41

September 14, 2010

  • Version 2.9.6
  • Bug fix: Alignment feature with Align
  • Bug fix: Month selector scroll in Time selection for html type

August 26, 2010

  • Version 2.9.5
  • Improved: Compatibility with Obout Textbox
  • Improved: Css alignment in Chrome

July 23, 2010

  • Version 2.9.4
  • Improved: Calendar rendering and performance in Chrome browser.
  • Improved: Alignment in Date Picker mode.
  • Improved: Usage of Date Expression in Calendar.

April 28, 2010

  • Version 2.9.3
  • Improved Asp.Net Validator support.

February 19, 2009

  • Version 2.9.2
  • Improved localization support.

December 16, 2008

  • Version 2.8.12
  • Date and time synchronization is now faster.
  • Improved time selector feature.
  • Time selection now works correctly after postback.
  • Improved support for th-TH culture.
  • Option for disabling the embeded resources is now available: DisableEmbeddedScriptFileResource.
  • Client side event is now triggered every time the calendar changes its view. Set OnSwitchView.

September 03, 2008

  • Version 2.8.6
  • Mouse over effect for special dates, disabled dates and today.
  • Improved support for date picker and textbox synchronization.

August 21, 2008


March 28, 2008

  • Version 2.8.3
  • Improved support for Obout AJAX Page.

March 07, 2008

  • Version 2.8.2
  • Improved date time picker support.

February 28, 2008

  • Version 2.8.1
  • Date range feature now works with setDate method.
  • A problem with year selector when time picker is available was fixed.

February 21, 2008

  • Version 2.8.0
  • Datepicker is now 2 times faster than in the previous version.

February 15, 2008

  • Version 2.7.5
  • Improved compatibility with Obout ASP.NET Grid.

February 11, 2008

  • Version 2.7.4
  • Improved year selector feature.
  • Year selector is now synchronized with the date selection.

February 05, 2008

  • Version 2.7.3
  • Full support for ASP.NET Themes.
  • A problem with postback persistence was fixed.

January 29, 2008

  • Version 2.7.2
  • Improved month scrolling feature

January 22, 2008


January 26, 2007

  • .NET AJAX 1.0 is now supported.

January 11, 2007

  • Version 2.6
  • Added ASP.NET AJAX support

September 1, 2006

  • Version 2.5
  • New client side functionality
  • Changed the way date picker pops up. It now takes into account the window boundaries and tries to always appear within them.

August 10, 2006

  • Version 2.4
  • New property Enabled for date picker mode.
  • New property AllowSelectRegular to be able to disallow selection of normal dates.

July 13, 2006

  • Updated functionality for Microsoft Atlas.
  • Fixed a postback bug when a selected, then deselected date caused an error.

June 26, 2006

  • Added property AllowSelectSpecial - when true, special dates are allowed to be selected.
  • Fixed AllowDeselect bug, when dates were still deselected even if set to false.

May 24, 2006

  • Calendar populates correct textbox when used in a user control and user control is used multiple times.
  • Modified date format function in javascript.

May 5, 2006

  • New version 2 released.
  • Completely redesigned from scratch. Many new features.
  • Not compatible with version 1. Users need to change code.

December 30, 2005

  • Added a 500ms delay to allow the javascript file to fully download before initialization.

December 7, 2005

  • Fixed an EnabledDateExpression bug

November 10, 2005

  • Version 1.1.2
  • Added tooltip argument to AddSpecialDate
  • EnabledDateExpression is evaluated after special date is determined

July 8, 2005

  • Version increased to 1.1.0
  • Added AllowDeselect property
  • Added EnabledDateExpression property - see tutorial

June 22, 2005

  • Set z-index = 10000 to make sure calendar appears over other elements.

March 2, 2005

  • Fixed a bug in year selector

February 25, 2005

  • Changed behavior of year selector to consider SelectedDate, DateToday, DateMin, and DateMax, when showing its year.
  • Added ability to include tooltips for special dates.
  • Version increased to 1.0.6

February 9, 2005

  • Hardcoded some style elements for better display in certain browsers.

February 7, 2005

  • Fixed display bug for safari browser.
  • Changed some internal control workings.

January 26, 2005

  • Made year selector change year, always showing current year in the calendar.

January 11, 2005

  • After date is selected in date picker mode, textbox.onchange() is called to fire any validators on the textbox.

December 21, 2004

  • Fixed year selector bug when in date picker mode.

December 17, 2004

  • Calendar now closes when clicked anywhere on the page when in date picker mode.
  • Version increased to 1.0.5

December 9, 2004

  • Fixed bug where in some cases textbox was not found in date picker mode.

December 8, 2004

  • SelectedDate property is not read-only anymore.