Hi, Expert,
I have a issue with raddock and would like to have help from you.
We have a parent window with script manager, and then pop up radwindow.
On the radwindow, we have one big radzone (BigZone) with lots of raddock(dynamically created) and some small zones with only one raddock. And there is a save button to save it which cause the postback).
Dragging the raddock from the BigZone to the small zones, then save it has no problem.
However if dragging the raddock from any of small zone to the BigZone, and then save it, the rad window thrown exception:
Exception Details: System.InvalidOperationException: Page cannot be null. Please ensure that this operation is being performed in the context of an ASP.NET request.
The detail exception points to GetScriptManager:
[InvalidOperationException: Page cannot be null. Please ensure that this operation is being performed in the context of an ASP.NET request.]
Telerik.Web.UI.ScriptRegistrar.GetScriptManager(Control control) +169
Telerik.Web.UI.RadWebControl.get_ScriptManager() +15
In our codes, when adding dock to zone, we didn't add the raddock in raddocklayout, just the zone, does that matter?
Attachment is the error widow.
I have a issue with raddock and would like to have help from you.
We have a parent window with script manager, and then pop up radwindow.
On the radwindow, we have one big radzone (BigZone) with lots of raddock(dynamically created) and some small zones with only one raddock. And there is a save button to save it which cause the postback).
Dragging the raddock from the BigZone to the small zones, then save it has no problem.
However if dragging the raddock from any of small zone to the BigZone, and then save it, the rad window thrown exception:
Exception Details: System.InvalidOperationException: Page cannot be null. Please ensure that this operation is being performed in the context of an ASP.NET request.
The detail exception points to GetScriptManager:
[InvalidOperationException: Page cannot be null. Please ensure that this operation is being performed in the context of an ASP.NET request.]
Telerik.Web.UI.ScriptRegistrar.GetScriptManager(Control control) +169
Telerik.Web.UI.RadWebControl.get_ScriptManager() +15
In our codes, when adding dock to zone, we didn't add the raddock in raddocklayout, just the zone, does that matter?
Attachment is the error widow.