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

XmlHttpPanel Callback Loading Error with RadGrid

5 Answers 159 Views
XmlHttpPanel
This is a migrated thread and some comments may be shown as answers.
erniej
Top achievements
Rank 1
erniej asked on 28 Sep 2009, 10:27 AM
Hello,

I have a radGrid inside a XmlHttpPanel and when I call panel.set_value() I am getting the following error:

XmlHttpPanel Callback Loading error:
Exception=Script control 'rfltMenu' is not a registered script control.
Script controls must be registered using RegisterScriptControl() before
calling RegisterScriptDescriptors().
Parameter name: scriptControl


I have downloaded and installed the latest build ( 2009_2_927) which seems to have fixed a similar error I was getting before with the GoToPageTextBox. 

Thanks

Ernie

5 Answers, 1 is accepted

Sort by
0
Pero
Telerik team
answered on 29 Sep 2009, 01:29 PM
Hi Ernie,

Can you please send me the source code of the project you are testing? I do not seem to get this error on my side, when testing with the latest internal build (2009_2_928).

Greetings,
Pero
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
erniej
Top achievements
Rank 1
answered on 06 Oct 2009, 12:42 AM
Thanks Pero

After reading the documentation a bit more thoroughly I came to the conclusion that the XmlHttpPanel was not the right control for a grid with AllowFilteringByColumn set to "True" and have gone back to using a radAjax request.  

BTW the version I was using was 927.35 (which was the latest on the day).  I have a stripped down version of the source code which I can send if it helps.  Please let me know how to send it as the Attach file option below only accepts image files.

Cheers

Ernie
0
Pero
Telerik team
answered on 08 Oct 2009, 11:24 AM
Hello Ernie,

I am sure it would be helpful, so please open a new support ticket and send us the source code.

Thank you very much for your feedback.

Sincerely yours,
Pero
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Hari
Top achievements
Rank 1
answered on 02 Jun 2011, 08:15 PM
Hi Pero, 

I am experiencing the same error while enabled AllowFilteringByColumn  for RadGrid in RadXMLHttpPanel.

As Ernie says "After reading the documentation a bit more thoroughly I came to the conclusion that the XmlHttpPanel was not the right control for a grid with AllowFilteringByColumn set to "True" and have gone back to using a radAjax request.  "

Where in documentation I see, Filtering is not supported by RadXMLHttpPanel for RadGrid?

Thanks
Hari
0
Pero
Telerik team
answered on 03 Jun 2011, 12:12 PM
Hi Hari,

We haven't explicitly said that filtering of the RadGrid is not supported by the RadXmlHttpPanel, but the simple fact that the RadXmlHttpPanel does not load and save Viewstate during updates, causes the RadGrid's filtering to not work correctly. RadGrid depends on the Viewstate and many of its features will not work if it is not saved and loaded correctly.

Kind regards,
Pero
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
XmlHttpPanel
Asked by
erniej
Top achievements
Rank 1
Answers by
Pero
Telerik team
erniej
Top achievements
Rank 1
Hari
Top achievements
Rank 1
Share this question
or