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

RadTabStrip with RadMultiPage- how to set the size of RadTabStrip

1 Answer 175 Views
TabStrip
This is a migrated thread and some comments may be shown as answers.
Rita15
Top achievements
Rank 1
Rita15 asked on 04 Mar 2010, 07:16 PM
Hi,

    I am using a web user control to update data for RadGrid. In the webusercontrol, I have a RadTabStrip with RadMutiPage. Inside a page I have lots of controls. When the webuserform opens up, the RadTabStrip has the scrollbars attached to the page . I want to display the webusercontrol edit form without the scrollbars.

Any idea?

Thanks,
Rita

<telerik:RadSplitter ID="RadSplitter1" runat="server" skin="Office2007" Width="500" Height="500">      
      <telerik:RadSplitBar ID="RadSplitBar1" runat="server" /> 
       
           <telerik:RadPane ID="RadPane1" runat="server"
                   
               <telerik:RadTabStrip ID="RadTabStrip1" runat="server"  
               MultiPageID="RadMultiPage1" AutoPostBack="true" CausesValidation="false" Width="100%"
                
                 <Tabs> 
                    <telerik:RadTab runat="server" Text="IDR Info" PageViewID="IDRInfoPage"
                    </telerik:RadTab> 
                     
                    <telerik:RadTab runat="server" Text="Requestor Info" PageViewID="RequestorInfoPage"
                    </telerik:RadTab> 
                     
                    <telerik:RadTab runat="server" Text="IDR Result Info" PageViewID="IDRResultInfoPage"
                    </telerik:RadTab> 
                 </Tabs> 
               </telerik:RadTabStrip> 
                
               <telerik:RadMultiPage ID="RadMultiPage1" runat="server" SelectedIndex="0" RenderSelectedPageOnly="false"
                    <telerik:RadPageView ID="IDRInfoPage" runat="server" Height="500" Width="500">

1 Answer, 1 is accepted

Sort by
0
Yana
Telerik team
answered on 05 Mar 2010, 09:41 AM
Hi Rita Sahoo,

I am not sure where are these scrollbars but in general they can be removed with the following style: "overflow: visible".

Best wishes,
Yana
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
TabStrip
Asked by
Rita15
Top achievements
Rank 1
Answers by
Yana
Telerik team
Share this question
or