I've created a application with calendar control, using postback without any problems.
Have you checked your Page_Load method for any Editor1.text initialization code?If found, wrap it into a if (!IsPostBack) block.