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

JScript runtime error when using popup Web Control and RadAjaxLoadingPanel to update RadGrid

3 Answers 51 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Nicos
Top achievements
Rank 1
Nicos asked on 04 May 2012, 10:01 PM
i am using a popup web control as the edit form for my rad grid. i added  a RadAjaxLoadingPanel and a RadAjaxManager to display progress for a slow-loading combobox. now, when i attempt to close or click "cancel" in my web control i get the error below:

Microsoft JScript runtime error: Sys.WebForms.PageRequestManagerServerErrorException: A control with ID 'ctl00$ContentPlaceHolder1$RadGridProductionOrders$ctl00$ctl06$Detail10$ctl12$EditFormControl$RadComboBoxItemCodeFilters' could not be found for the trigger in UpdatePanel 'ctl00$ContentPlaceHolder1$RadGridProductionOrders$ctl00$ctl06$Detail10$ctl12$EditFormControl$PanelMainPanel'.

3 Answers, 1 is accepted

Sort by
0
ALEX
Top achievements
Rank 1
answered on 07 May 2012, 01:14 AM
Hi Nicos,

           If you use two ajax manager on your main page and popup you'll get that error. Please check this doc. RadControls for ASP.NET AJAX Documentation.



Hope this help.

Regards,
Alex
0
Nicos
Top achievements
Rank 1
answered on 07 May 2012, 02:21 PM
thanks, that worked, i replaced the RadAjaxManager with a RadAjaxManagerProxy, but now the loading panel does not appear. are you able to just copy the markup from within the <AjaxSettings> block from the RadAjaxManager to the RadAjaxManagerProxy?
0
Andrey
Telerik team
answered on 10 May 2012, 08:24 AM
Hi,

You could check this online demo application which demonstrates scenario with RadAjaxManagerProxy and RadAjaxLoadingPanel.

If this does not help you resolve the issue, please, share your full page code including the code-behind.
All the best,
Andrey
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Ajax
Asked by
Nicos
Top achievements
Rank 1
Answers by
ALEX
Top achievements
Rank 1
Nicos
Top achievements
Rank 1
Andrey
Telerik team
Share this question
or