I get a client side error that says: "Error executing child request for handler 'System.Web.UI.Page'.
I assume it has something to do with ScriptManager, but it is strange since I've used the same way to implement user controls with a rad chart.
When debugging I get the error on
HttpContext
.Current.Server.Execute(myPage, writer, false)
Any ideas of how to implement rad grid using HttpContext.Current.Server.Execute ?
Btw when I replace the grid with MS version it works.
Or the I run the rad grid as a stand alone page, it works as well.