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

RadTabStrip with AjaxManager

1 Answer 85 Views
TabStrip
This is a migrated thread and some comments may be shown as answers.
Prathap Narravula
Top achievements
Rank 1
Prathap Narravula asked on 07 Nov 2012, 09:09 AM

Hi,

I have a RadTabStrip with four tabs with multipage. Inorder to ajaxify i am using radajaxmanager to avoid postback on tab change.
I am using the below code and throwing an error as Radmultipage1 is returning null value.


<telerik:RadAjaxManager ID="RadAjaxManager1" runat="server" DefaultLoadingPanelID="RadAjaxLoadingPanel1">

<AjaxSettings>

<telerik:AjaxSetting AjaxControlID="RadTabStrip1" EventName="RadTabStrip1_TabClick">

<UpdatedControls>

<telerik:AjaxUpdatedControl ControlID="RadMultiPage1" />

</UpdatedControls>

</telerik:AjaxSetting>

</AjaxSettings>

</telerik:RadAjaxManager>

 

 

 

 

 

<telerik:RadTabStrip ID="RadTabStrip1" runat="server" MultiPageID="RadMultiPage1"

SelectedIndex="0" OnTabClick="RadTabStrip1_TabClick">

 

<Tabs>

 

<telerik:RadTab runat="server" Text="Vehicle" PageViewID="RadPageViewVehicle">

 

</telerik:RadTab>

 

<telerik:RadTab runat="server" Text="Driver" PageViewID="RadPageViewDriver">

 

</telerik:RadTab>

 

<telerik:RadTab runat="server" Text="Premium" PageViewID="RadPageViewPremium" Selected="True">

 

</telerik:RadTab>

 

<telerik:RadTab runat="server" Text="CoverExcess" PageViewID="CoverExcess" Selected="True">

 

</telerik:RadTab>

 

</Tabs>

 

</telerik:RadTabStrip>



Thanks in Advance
Prathap

 

 

 

 

 

 

 

1 Answer, 1 is accepted

Sort by
0
Nencho
Telerik team
answered on 12 Nov 2012, 09:28 AM
Hi Prathap,

Could you provide us the implementation of the RadMultiPage, that you use at your end, so we could observe it locally? In addition, I have prepared a sample project for you, in order to demonstrate you the correct usage of the RadTabStrip control with associated RadMultiPage. I can suggest you to refer to our help article, where you could find detailed information about ajaxifying RadTabStrip and RadMultiPage.

All the best,
Nencho
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
TabStrip
Asked by
Prathap Narravula
Top achievements
Rank 1
Answers by
Nencho
Telerik team
Share this question
or