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

Probelm with Xmlhttp panel

1 Answer 51 Views
XmlHttpPanel
This is a migrated thread and some comments may be shown as answers.
Dayana Maliyakal
Top achievements
Rank 1
Dayana Maliyakal asked on 22 Sep 2011, 04:42 AM
Hi Telerik Team,

       We have a usercontrol (ucList1) with asp:panel. This panel is return by aproperty. In main page this usercontrol is inside an xmlhttppanel.Radajax Manger is also here and in codebehind like below

RadAjaxManager.AjaxSettings.AddAjaxSetting(radgrid1, ucList1.PNL, RadAjaxLoadingPanel1);


       The main page is a child page of a master page. In main page radgrid is on left side and usercontrol is on right side.On first time loading filtering is working properly.But while trying to filter after on grid row click got an error like

Error: Sys.InvalidOperationException: Could not find UpdatePanel with ID 'ctl00_ContentPlaceHolder1_ctl00_ContentPlaceHolder1_ucEmailTemplateDetail1_pnlHasRecordPanel'. If it is being updated dynamically then it must be inside another UpdatePanel.

waiting for the reply
Dayana M.T

1 Answer, 1 is accepted

Sort by
0
Pero
Telerik team
answered on 27 Sep 2011, 04:15 PM
Hello Dayana,

Could you please explain in more detail what is the RadXmlHttpPanel used for? By design the RadXmlHttpPanel should be used for loading static HTML from the server, or a WebService, and the calls to the server are initiated from the client using the RadXmlHttpPanel.set_value("value") JavaScript method.
Moreover the controls within the RadXmlHttpPanel must not initiate postbacks, because the state of the controls will be lost.
A sample source code that shows the issue will help us a lot in resolving it.

Regards,
Pero
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
XmlHttpPanel
Asked by
Dayana Maliyakal
Top achievements
Rank 1
Answers by
Pero
Telerik team
Share this question
or