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

Ajaxloading with RadTabStrip

3 Answers 30 Views
TabStrip
This is a migrated thread and some comments may be shown as answers.
Henrik Tegman
Top achievements
Rank 1
Henrik Tegman asked on 08 Jul 2011, 01:33 PM
Hello, I've been looking at other topics and help sections and what I find is that I should use the following:

<telerik:AjaxSetting AjaxControlID="RadTabStrip1">
        <UpdatedControls>
            <telerik:AjaxUpdatedControl ControlID="RadTabStrip1" />
            <telerik:AjaxUpdatedControl ControlID="multiPage1" LoadingPanelID="RadAjaxLoadingPanel1" />
        </UpdatedControls>
    </telerik:AjaxSetting>
     <telerik:AjaxSetting AjaxControlID="multiPage1">
        <UpdatedControls>
            <telerik:AjaxUpdatedControl ControlID="multiPage1" LoadingPanelID="RadAjaxLoadingPanel1" />
        </UpdatedControls>
    </telerik:AjaxSetting>

But this is not working for me, I have no real clue why it's not working, but simply when I click around in with my RadTabStrip, I never get a ajaxloader, I have other things in my RadAjaxManger with other AjaxControls and they all work fine, its only this RadTabStrip that isn't working.

I look back at my code right now I realise that I have a OnClientTabSelected even on my RadTabStrip, I guess that this will interupt the postback and thus there will be no ajax to load? is this correct?

Is there any way to load the ajaxloader from clientside?

Or do I need todo some "personal" div=visible/none with a big loading picture to handle this manualy?

3 Answers, 1 is accepted

Sort by
0
Kevin
Top achievements
Rank 2
answered on 08 Jul 2011, 01:38 PM
Hello Henrik,

Have you tried moving the MultiPage setting up so it comes before the RadTabStrip one? That should probably fix it.
0
Henrik Tegman
Top achievements
Rank 1
answered on 08 Jul 2011, 01:39 PM
I had it before it "before" and I just recently changed it just to test if that was the problem. But didn't do any difference.
0
Kate
Telerik team
answered on 14 Jul 2011, 01:47 PM
Hi Henrik,

Please take a look at the following forum post where I believe the same issue is being discussed. In case this does not help I would suggest that you open a support ticket and attach a simple runnable project where we can observe the issue and help you out with a suitable solution.

Kind regards,
Kate
the Telerik team

Register for the Q2 2011 What's New Webinar Week. Mark your calendar for the week starting July 18th and book your seat for a walk through of all the exciting stuff we will ship with the new release!

Tags
TabStrip
Asked by
Henrik Tegman
Top achievements
Rank 1
Answers by
Kevin
Top achievements
Rank 2
Henrik Tegman
Top achievements
Rank 1
Kate
Telerik team
Share this question
or