Hello Joe,
Looking at the call stack you have pasted, it seems that you are using WebFormsMVP. Therefore, I suspect that the cause for the error you are getting is the way MvpUserControl is implemented. As you may know the class exposes an AutoDataBind property, which by default will cause a call to DataBind on PreRenderComplete event. However, this will eventually recreate all databound controls too late in the page's lifecycle causing IScriptControl implementers to thrown the mentioned exception. Thus, could you set AutoDataBind property to false (inside UserControl's constructor) and see if this makes any difference in the observed behavior.
Greetings,
Rosen
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the
Telerik Public Issue Tracking system and vote to affect the priority of the items