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?
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?