This is a migrated thread and some comments may be shown as answers.

Problem loading a user control with a rad grid

2 Answers 48 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Martin
Top achievements
Rank 1
Martin asked on 15 Mar 2010, 07:57 PM

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.

2 Answers, 1 is accepted

Sort by
0
Iana Tsolova
Telerik team
answered on 18 Mar 2010, 01:11 PM
Hello Martin,

Could you please send us a sample illustrating your approach so we can debug it locally and try finding the source of the issue?

Looking forward your reply,
Iana
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.
0
Martin
Top achievements
Rank 1
answered on 23 Mar 2010, 07:16 PM
The problem was resolved through the support ticket. Thank you. The solution was to put RegisterWithScriptManager="false' as one of the RadGrid properties.
Tags
Grid
Asked by
Martin
Top achievements
Rank 1
Answers by
Iana Tsolova
Telerik team
Martin
Top achievements
Rank 1
Share this question
or