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

Pageview not loading inside when called inside a RadAjaxPanel

1 Answer 57 Views
TabStrip
This is a migrated thread and some comments may be shown as answers.
Jaime Fuhr
Top achievements
Rank 1
Jaime Fuhr asked on 19 Nov 2009, 02:47 PM
After upgrading to the Q3 build, my pageviews are no longer loading if activated by clicking a button inside an RadAjaxPanel.  If a button outside of the RadAjaxPanel is clicked, the next Pageview is loaded

The  next pageview is dynamically loaded when a button inside the current pageview is clicked

The structure looks like this:

<Tabstrip />
<PageView>
    <RadAjaxPanel>
        <Button Apply>
    </RadAjaxPanel>

    <Button Next>
</PageView>

If "Button Apply" is clicked, the Postback is performed and the method that loads the next PageView is called.  However, the tabstrip does not update and it stays on the current tab.

If "Button Next" is clicked (outside of the ajax panel), the tabstrip does update and the next tab is displayed.

Microsoft's Ajax Update Panel has a method called "Update" that allows you to update the contents of the panel.  I could not find such a method for RadAjaxPanel.

Thanks.





1 Answer, 1 is accepted

Sort by
0
Paul
Telerik team
answered on 25 Nov 2009, 01:42 PM
Hi Jaime,

Please download and try the latest internal build of RadControls for ASP.NET AJAX. If the problem persists, it will be best if you can open a support ticket and send us a simple running project (incl. your custom skin, CSS, images, DB backup if needed and so on) demonstrating the problem (and step-by-step instructions on doing so). In that way we can reproduce and pinpoint the problems you're facing on our side, understand the logic of your application and provide a solution.

Best wishes,
Paul
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.
Tags
TabStrip
Asked by
Jaime Fuhr
Top achievements
Rank 1
Answers by
Paul
Telerik team
Share this question
or