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

Radstrip Scroll childeren

1 Answer 64 Views
TabStrip
This is a migrated thread and some comments may be shown as answers.
Devi
Top achievements
Rank 1
Devi asked on 16 Aug 2012, 12:09 AM
Hi,

Here is my problem .

i have a radstrip adding tabs using the scrollchildern value set to true in ASCX page.

<

 

telerik:RadTabStrip ID="RadTabStrip1" runat="server" Align="Left" Skin="<%$appSettings:TelerikSkin%>"

 

 

EnableEmbeddedSkins="False" MultiPageID="RadMultiPage1" AutoPostBack="True" OnTabClick="RadTabStrip1_TabClick" ScrollChildren="true" >

 

 

<Tabs>

 

 

<telerik:RadTab runat="server" Text="" Selected="true" Width="150px" >

 

 

</telerik:RadTab>

 

 

<telerik:RadTab runat="server" Text="" Visible="false" Width="150px">

 

 

</telerik:RadTab>

 

 

<telerik:RadTab runat="server" Text="" Visible="false" Width="150px">

 

 

</telerik:RadTab>

 

 

<telerik:RadTab runat="server" Text="" Visible="false" Width="150px">

 

 

</telerik:RadTab>

 

 

<telerik:RadTab runat="server" Text="" Visible="false" Width="150px">

 

 

</telerik:RadTab>

 

 

<telerik:RadTab runat="server" Text="" Visible="false" Width="150px">

 

 

</telerik:RadTab>

 

 

<telerik:RadTab runat="server" Text="" Visible="false" Width="150px">

 

 

</telerik:RadTab>

 

 

<telerik:RadTab runat="server" Text="" Visible="false" Width="150px">

 

 

</telerik:RadTab>

 

 

<telerik:RadTab runat="server" Text="" Visible="false" Width="150px">

 

 

</telerik:RadTab>

 

 

<telerik:RadTab runat="server" Text="" Visible="false" Width="150px">

 

 

</telerik:RadTab>

 

 

<telerik:RadTab runat="server" Text="" Visible="false" Width="150px">

 

 

</telerik:RadTab>

 

 

<telerik:RadTab runat="server" Text="" Visible="false" Width="150px">

 

 

</telerik:RadTab>

 

 

<telerik:RadTab runat="server" Text="" Visible="false" Width="150px">

 

 

</telerik:RadTab>

 

 

<telerik:RadTab runat="server" Text="" Visible="false" Width="150px">

 

 

</telerik:RadTab>

 

 

<telerik:RadTab runat="server" Text="" Visible="false" Width="150px">

 

 

</telerik:RadTab>

 

 

<telerik:RadTab runat="server" Text="" Visible="false" Width="150px">

 

 

</telerik:RadTab>

 

 

<telerik:RadTab runat="server" Text="" Visible="false" Width="150px">

 

 

</telerik:RadTab>

 

 

<telerik:RadTab runat="server" Text="" Visible="false" Width="150px">

 

 

</telerik:RadTab>

 

 

</Tabs>

 

</

 

telerik:RadTabStrip>

 


i click on the UI for some account(it has 14 types so i get 14 tabs instead of 18) it gives me the results and showing all tabs and scroll it to last and do search for another account in the same page(having 3 types) the radtabstrip is not visible for me . not even single tab. so i did in coding page as RadTabStrip1.ScrollPosition = -17;  it also wont work for me, can you give any solution? my code is in c#.

Thanks!
lalitha

 

1 Answer, 1 is accepted

Sort by
0
Kate
Telerik team
answered on 16 Aug 2012, 03:39 PM
Hi Devi,

I am not quite  sure that I completely understand the issue that you encounter. Can you please elaborate a bit more? Can you also provide the code behind that you are using so I can test you scenario, for instance when do you set the ScrollPosition property (RadTabStrip1.ScrollPosition = -17;)? I would also suggest that you refer to the following demo:
http://demos.telerik.com/aspnet-ajax/tabstrip/examples/functionality/scrolling/defaultcs.aspx

Regards,
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
TabStrip
Asked by
Devi
Top achievements
Rank 1
Answers by
Kate
Telerik team
Share this question
or