We have a Problem with a RadWindow on RadAjaxPanel
On our Masterpage we have:
And on a usercontrol in content:
When the usercontrol is loaded, I get an error: "Error: '_events' is Null or not an Object".
If the page is loaded without this control, the error didn't occure, the same if i remove the window.
In some posts I have read about the problem is beeing fixed in Version 2010.1.??? But we are using 2011.1.315.35 and the problem exists.
How can I fix this?
On our Masterpage we have:
<
div
id
=
"paneInhalt"
style="float: left; width: 2000px; border-left: solid 2px silver;
overflow: auto; visibility: hidden">
<
telerik:RadAjaxLoadingPanel
runat
=
"server"
ID
=
"RadAjaxLoadingPanel1"
>
</
telerik:RadAjaxLoadingPanel
>
<
telerik:RadAjaxPanel
ID
=
"RadAjaxPanel1"
runat
=
"server"
LoadingPanelID
=
"RadAjaxLoadingPanel1"
>
<
asp:ContentPlaceHolder
ID
=
"cphHauptInhalt"
runat
=
"server"
>
</
asp:ContentPlaceHolder
>
</
telerik:RadAjaxPanel
>
</
div
>
And on a usercontrol in content:
<
telerik:RadWindow
runat
=
"server"
ID
=
"pnlBearbeiten"
Overlay
=
"true"
VisibleStatusbar
=
"false"
Modal
=
"true"
Height
=
"600"
Width
=
"950"
KeepInScreenBounds
=
"True"
VisibleTitlebar
=
"False"
>
<
ContentTemplate
>
<
uc3:EBetriebeAuswahl
ID
=
"etlFilialen"
runat
=
"server"
/>
<
br
/>
<
div
style
=
"float: right"
>
<
telerik:RadButton
runat
=
"server"
ID
=
"btnAbbrechen"
Text
=
"Abbrechen"
AutoPostBack
=
"False"
OnClientClicked
=
"HideAbnehmerauswahl"
>
<
Icon
PrimaryIconCssClass
=
"rbCancel"
/>
</
telerik:RadButton
>
<
telerik:RadButton
runat
=
"server"
ID
=
"btnSave"
OnClientClicking
=
"disableCheckSave"
Text
=
"Speichern"
OnClick
=
"btnSpeichern_Clicked"
>
<
Icon
PrimaryIconCssClass
=
"rbSave"
/>
</
telerik:RadButton
>
</
div
>
<
p
style
=
"clear: both"
/>
</
ContentTemplate
>
</
telerik:RadWindow
>
When the usercontrol is loaded, I get an error: "Error: '_events' is Null or not an Object".
If the page is loaded without this control, the error didn't occure, the same if i remove the window.
In some posts I have read about the problem is beeing fixed in Version 2010.1.??? But we are using 2011.1.315.35 and the problem exists.
How can I fix this?