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

RadTabStrip, RadMultiPage and UserControl

1 Answer 106 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Lasly
Top achievements
Rank 1
Lasly asked on 15 Mar 2012, 01:15 PM

Hi,
I've a radTabStrip and a radMultiPage.
I need to update with AjaxManager the content of the PageView into my radMultiPage.
Each pageView creates on demand, during the OnPageViewCreated event each UserControl in the pageView.
My problem is the refresh of this control.
If I do an async postback into pageView and this adds a new pageView, on the client I never see the new pageView.
I'm able only to refresh the tabstrip, when i try to refresh the multipage, the first pageView (which called the postback) disappears, and the new pageView appears, if I select the previous pageView I receive ajax error message.
I tried also to add a custom event on my page which returns the PageViewID generated during the process and adds this to the AjaxControl, but it doesn't work, because the AjaxControl can update after the page was rendered and the user click on the button.
Can you help me?

Thanks in advance

1 Answer, 1 is accepted

Sort by
0
Kate
Telerik team
answered on 19 Mar 2012, 02:05 PM
Hello Lasly,

Can you provide more information (some code or a runnable page that I can test locally) so I could get a clearer idea of your scenario?

Greetings,
Kate
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
General Discussions
Asked by
Lasly
Top achievements
Rank 1
Answers by
Kate
Telerik team
Share this question
or