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

RadXmlHttpPanel with RadAjaxPanel paging issue

3 Answers 73 Views
XmlHttpPanel
This is a migrated thread and some comments may be shown as answers.
JiriSchmitt
Top achievements
Rank 1
JiriSchmitt asked on 21 Jan 2011, 04:54 PM
Hello,

I have implemented easy fulltext searcher with RadXmlHttpPanel with RadAjaxPanel similar on http://demos.telerik.com/aspnet-ajax/xmlhttppanel/examples/gridinxmlhttppanel/defaultcs.aspx

I have some changes:
  1. RadListView instead of RadGrid
  2. ObjectDataSource configured for this RadListView instead of handling NeedDataSource event
  3. disabled ViewState for this RadListView (because paging does not work with wiestate)
  4. User asp:DataPager in RadListView (RaddataPager throwing exception in RadXmlHttpPanel)
  5. I have search TextBox outside XmlHttpPanel as filter input to the ListView.

When I try it in the VisualStudio it works good. When I type some words to the textbox results are loaded and paging works.
When I publish it into the IIS 6 first paging works but in the next postback I get javascript error:

Webpage error details
  
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729)
Timestamp: Fri, 21 Jan 2011 15:47:23 UTC
  
  
Message: Sys.WebForms.PageRequestManagerServerErrorException: An unknown error occurred while processing the request on the server. The status code returned from the server was: 405
Line: 6
Char: 84093
Code: 0
URI: http://risdev/KM/Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=scriptManager_TSM&compress=1&_TSM_CombinedScripts_=%3b%3bSystem.Web.Extensions%2c+Version%3d4.0.0.0%2c+Culture%3dneutral%2c+PublicKeyToken%3d31bf3856ad364e35%3aen-US%3a1f68db6e-ab92-4c56-8744-13e09bf43565%3aea597d4b%3ab25378d2%3bTelerik.Web.UI%2c+Version%3d2010.3.1109.40%2c+Culture%3dneutral%2c+PublicKeyToken%3d121fae78165ba3d4%3aen-US%3a30468509-1b07-456a-b5f4-bb35a9cae168%3a16e4e7cd%3a86526ba7%3a874f8ea2%3aed16cbdc%3af7645509%3a24ee1bba%3af46195d3%3a19620875%3a490a9d4e%3abd8f85e4%3ae330518b%3a1e771326%3ac8618e41%3bnData.KnowledgeManagement.Web%2c+Version%3d1.0.0.0%2c+Culture%3dneutral%2c+PublicKeyToken%3dnull%3aen-US%3adf04c003-4d7b-4c85-89a9-019a1e4b5e86%3ac7908112%3bTelerik.Web.UI%2c+Version%3d2010.3.1109.40%2c+Culture%3dneutral%2c+PublicKeyToken%3d121fae78165ba3d4%3aen-US%3a30468509-1b07-456a-b5f4-bb35a9cae168%3ab7778d6c%3a9cdfc6e7%3addbfcb67%3a58366029%3a628ebdd0

When I disable ajax on RadAjaxPanel, it works OK but with normal postabck.

Could you help me?
Thanks
Jiri

3 Answers, 1 is accepted

Sort by
0
Pero
Telerik team
answered on 26 Jan 2011, 01:25 PM
Hello Jiri,

Could you please confirm that your RadScriptManager has EnableScriptCombine="false"? There are known compatibility issues of the  RadXmlHttpPanel and the RadScriptManager control: http://www.telerik.com/help/aspnet-ajax/radxmlhttppanel-known-issues.html.

Best wishes,
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.
0
JiriSchmitt
Top achievements
Rank 1
answered on 26 Jan 2011, 04:34 PM
Hello Pero,

I know this issue. But it does not work for me. I have following settings in master page:

<telerik:RadScriptManager ID="scriptManager" runat="server" EnableScriptCombine="false" />
<telerik:RadSkinManager ID="skinManager" runat="server" Skin="Forest" />
<telerik:RadFormDecorator ID="formDecorator" runat="server" DecoratedControls="Default" />
<telerik:RadAjaxManager ID="ajaxManager" runat="server" />

I know that there is some issue with RadStyleSheetManager too. I have RadSkinManager and RadFormDecorator is it ok?

Thanks
Jiri
0
Accepted
Pero
Telerik team
answered on 27 Jan 2011, 01:35 PM
Hello Jiri,

Could you please provide a stripped down version of your project, so we can test it locally? I really don't know what could be causing the problem. Please note that you need to open a support ticket to be able to attach files different than images.

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
JiriSchmitt
Top achievements
Rank 1
Answers by
Pero
Telerik team
JiriSchmitt
Top achievements
Rank 1
Share this question
or