Hi,
I have a problem with the RadDatePicker. In IE7 (and only with several more conditions, see below) when picking a Date in the Datepicker-Calender the Date is shown for a moment in the TextBox-part of the Datepicker before I am redirected to the default.aspx of the CMS.
The Program is quite complex so I can only describe the situation:
We use an CMS (ContentXXL) where my code is included as a Usermodule.
The module itself is quite big, so it is separated in several Submodules, loaded as needed with LoadControl.
The Datepicker itself also sits within an UpdatePanel.
In almost all Situations (for example with Firefox, IE8, Opera, without the UpdatePanel, testing inside Visual Studio without the CMS) the Datepicker works as expected, only with IE7 and the Configuration above the problem occurs. Also if the Submodule, in which the Datepicker sits, is the first to be loaded, the problem also does not occur.
The only idea I have how this may happen is that some js is not included for this Datepicker because of the UpdatePanel, but I don't understand why it is working then on other browsers...
Any Idea how I can solve this?
Using:
Telerik Web UI: 2009.1.402.20
ASP.Net 2.0
(Server)OS: Server 2003
IIS: 6.0
Programminglanguage: c#
I have a problem with the RadDatePicker. In IE7 (and only with several more conditions, see below) when picking a Date in the Datepicker-Calender the Date is shown for a moment in the TextBox-part of the Datepicker before I am redirected to the default.aspx of the CMS.
The Program is quite complex so I can only describe the situation:
We use an CMS (ContentXXL) where my code is included as a Usermodule.
The module itself is quite big, so it is separated in several Submodules, loaded as needed with LoadControl.
The Datepicker itself also sits within an UpdatePanel.
In almost all Situations (for example with Firefox, IE8, Opera, without the UpdatePanel, testing inside Visual Studio without the CMS) the Datepicker works as expected, only with IE7 and the Configuration above the problem occurs. Also if the Submodule, in which the Datepicker sits, is the first to be loaded, the problem also does not occur.
The only idea I have how this may happen is that some js is not included for this Datepicker because of the UpdatePanel, but I don't understand why it is working then on other browsers...
Any Idea how I can solve this?
Using:
Telerik Web UI: 2009.1.402.20
ASP.Net 2.0
(Server)OS: Server 2003
IIS: 6.0
Programminglanguage: c#