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

Paging problem using Ajax

1 Answer 66 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Per Granaune
Top achievements
Rank 1
Per Granaune asked on 20 Dec 2010, 10:22 AM
Ok - here's the setup:

I have an .ascx in which there are two radgrids (Telerik Q1 2010). The .ascx is placed within a RadAjaxPanel of the outside .aspx.
There is a RadAjaxManager in the .ascx.

Both radgrids are placed in separate asp:Panels. The first grid is used for search, and so its enclosing panel is mostly set to hidden.

The first grid is included as one of the second grids updated controls in the RadAjaxManager, but whenever the panel of the first grid is hidden, the paging of the second grid doesn't work! The grid fades out, but returns to the same page. If the panel of the first grid is visible, then everything works as it should.

What's going on?

1 Answer, 1 is accepted

Sort by
0
Tsvetoslav
Telerik team
answered on 22 Dec 2010, 01:57 PM
Hello Per Granaune,

You should not be using RadAjaxPanel and RadAjaxManager at once as RadAjaxManager behind the scene wraps the ajaxified controls within UpdatePanels and thus you will get nested UpdatePanels which might break the ajax request. So use just one of these two controls and if the problem persists, could you paste your code and give a clearer explanation of the issue.

Best wishes,
Tsvetoslav
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
Per Granaune
Top achievements
Rank 1
Answers by
Tsvetoslav
Telerik team
Share this question
or