Community & Support
Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET > Tabstrip > RadTabStrip
RadControls for ASP.NET are no longer supported (see this page for reference). In case you have inquiries about the Telerik ASP.NET AJAX controls, post them in the pertinent ASP.NET AJAX forums.

Not answered RadTabStrip

Feed from this thread
  • Srikanthg avatar

    Posted on Apr 20, 2009 (permalink)

    Hi

      I am using Telerik 2009 Edition

      I am having a RadTabStrip.For three tabs i have used three RadPageViews.
      But RadPageView is giving sharp corners........how can i make those in to rounded corners
      That means for RadPageViews in need rounded corners...
     
      How can i do this......I dont wanna go for extra custamization...

     Plz help me

     Thanks
     Srikanth Gunnala

  • Posted on Apr 22, 2009 (permalink)

    Hi,

    Here is a forum link which discusses a similar requirement. Go through it and see if it meets your requirement.
    multipage with rounded ends like example

    Shinu

  • zeshan avatar

    Posted on Nov 1, 2009 (permalink)

     <style type="text/css">
            .b1h, .b2h, .b3h, .b4h, .b2bh, .b3bh, .b4bh
            {
                font-size: 1px;
                overflow: hidden;
                display: block;
            }
            .b1h
            {
                height: 1px;
                background: #aaa;
                margin: 0 5px;
            }
            .b2h, .b2bh
            {
                height: 1px;
                background: #aaa;
                border-right: 2px solid #aaa;
                border-left: 2px solid #aaa;
                margin: 0 3px;
            }
            .b3h, .b3bh
            {
                height: 1px;
                background: #A19880;
                border-right: 1px solid #aaa;
                border-left: 1px solid #aaa;
                margin: 0 2px;
            }
            .b4h, .b4bh
            {
                height: 2px;
                background: #A19880;
                border-right: 1px solid #aaa;
                border-left: 1px solid #aaa;
                margin: 0 1px;
            }
            .b2bh, .b3bh, .b4bh
            {
                background: #ddd;
            }
            .headh
            {
                background: #A19880;
                border-right: 1px solid #aaa;
                border-left: 1px solid #aaa;
            }
            .headh h3
            {
                margin: 0px 10px 0px 10px;
                padding-bottom: 3px;
            }
            .contenth
            {
                background: #ddd;
                border-right: 1px solid #aaa;
                border-left: 1px solid #aaa;
            }
            .contenth div
            {
                margin-left: 12px;
                padding-top: 5px;
            }
        </style>

    <b class="b1h"></b><b class="b2h"></b><b class="b3h"></b><b class="b4h"></b>                            
                                    <div class="headh">
                                        <telerik:RadTabStrip ID="RadTabStrip1" runat="server" Skin="Office2007" MultiPageID="RadMultiPage1" BorderColor="#9D947B"
                                            SelectedIndex="0" Align="Right" EnableEmbeddedSkins="false" SkinsPath="~/App_Themes/Default/TabStripOffice2007">
                                            <Tabs>
                                                <telerik:RadTab Text="Tab 1">
                                                </telerik:RadTab>
                                                <telerik:RadTab Text="Tab 2">
                                                </telerik:RadTab>
                                            </Tabs>
                                        </telerik:RadTabStrip>                                    
                                        <telerik:RadMultiPage ID="RadMultiPage1" runat="server" SelectedIndex="0">
                                            <telerik:RadPageView ID="RadPageView1" runat="server">
                                                
                                            </telerik:RadPageView>
                                            <telerik:RadPageView ID="RadPageView2" runat="server">
                                                
                                            </telerik:RadPageView>
                                        </telerik:RadMultiPage>
                                    </div>

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET > Tabstrip > RadTabStrip