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

RadGrid inside RadAjaxPanel only twenty times

4 Answers 130 Views
Grid
This is a migrated thread and some comments may be shown as answers.
TomaszRabiasz
Top achievements
Rank 1
TomaszRabiasz asked on 22 Jun 2011, 10:10 AM

I have problem with RadGrid inside RadAjaxPanel.
When I create page inside RadAjaxPanel and I use action more then 20 times,
for 20 times I have no answer from sever, page display RadAjaxLoadingPanel and it's end.
I'm try delete 20 records one by one.
I'm attach files, it's not complete project. http://goo.gl/vOqCD
If someone had a problem I would be grateful for your help.

4 Answers, 1 is accepted

Sort by
0
TomaszRabiasz
Top achievements
Rank 1
answered on 23 Jun 2011, 12:12 AM
Under Chrome I get error
Uncaught RangeError: Maximum call stack size exceeded
Telerik.Web.UI.WebResource.axd:6
0
TomaszRabiasz
Top achievements
Rank 1
answered on 24 Jun 2011, 01:05 PM
Array.cloneTelerik.Web.UI.WebResource.axd:6
Sys.EventHandlerList.getHandlerTelerik.Web.UI.WebResource.axd:6
Sys._Application.raiseLoadTelerik.Web.UI.WebResource.axd:6
Sys.WebForms.PageRequestManager._pageLoadedTelerik.Web.UI.WebResource.axd:15
Sys.WebForms.PageRequestManager._scriptsLoadCompleteTelerik.Web.UI.WebResource.axd:15
(anonymous function)Telerik.Web.UI.WebResource.axd:6
(anonymous function)Telerik.Web.UI.WebResource.axd:6
Sys._ScriptLoader._loadScriptsInternalTelerik.Web.UI.WebResource.axd:6
Sys._ScriptLoader._loadScriptsInternalTelerik.Web.UI.WebResource.axd:6
Sys._ScriptLoader._nextSessionTelerik.Web.UI.WebResource.axd:6
Sys._ScriptLoader._loadScriptsInternalTelerik.Web.UI.WebResource.axd:6
Sys._ScriptLoader._nextSessionTelerik.Web.UI.WebResource.axd:6
Sys._ScriptLoader.loadScriptsTelerik.Web.UI.WebResource.axd:6
Sys.WebForms.PageRequestManager._onFormSubmitCompletedTelerik.Web.UI.WebResource.axd:15
(anonymous function)Telerik.Web.UI.WebResource.axd:6
(anonymous function)Telerik.Web.UI.WebResource.axd:6
Sys.Net.WebRequest.completedTelerik.Web.UI.WebResource.axd:6
_onReadyStateChangeTelerik.Web.UI.WebResource.axd:6
0
TomaszRabiasz
Top achievements
Rank 1
answered on 24 Jun 2011, 02:03 PM
The reason was placed above RadFormDecorator controls under masterpage.
END!!
I have hope.
0
Sebastian
Telerik team
answered on 27 Jun 2011, 08:07 AM
Hi Rafal,

Should we assume that you addressed the issue you faced by modifying the master page configuration where the RadFormDecorator resides?

I also noticed that in your code you placed asp Panels inside the ajax panels with Visible = false setting and change their visibility programmatically. Please have in mind the detail explained here about how to show/hide web controls on ajax requests dynamically.

Kind regards,
Sebastian
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

Tags
Grid
Asked by
TomaszRabiasz
Top achievements
Rank 1
Answers by
TomaszRabiasz
Top achievements
Rank 1
Sebastian
Telerik team
Share this question
or