RadTabStrip for ASP.NET

What's new Send comments on this topic.
See Also
Already using the control > What's new

Glossary Item Box

What's new in Telerik RadTabStrip v3.6

  • When RadTabStrip is bound to SiteMapDataSource the tab corresponding to the current site map node is automatically selected and its parents are expanded.
  • New skins

What's new in Telerik RadTabStrip v3.5

The current version features numerous bug fixes and performance optimizations.

What's new in Telerik RadTabStrip v3.4

  1. Seamless interoperability with ASP.NET AJAX Release Candidate
  2. Full compatibility with Visual Studio .NET 2005 Service Pack 1 and ASP.NET Web Application Project template 
  3. Improved design time control builder
  4. New properties are now introduced:
      • ImageOverUrl
      • DisabledImageUrl
      • SelectedImageUrl

What's new in Telerik RadTabStrip v3.2

Embedded WebResources in ASP.NET 2.0

As of our Q2 2006 release all resources (scripts, the default skin, etc) are implemented as Embedded WebResources in ASP.NET 2.0 for a very easy and convenient deployment. The only thing you now need to do is drag r.a.d.tabstrip from your toolbox onto your web page (no external files will be required). The /RadControls folder will only be needed if you plan to use a skin other than the default or if you make any modifications to the script files.

 

What's new in Telerik RadTabStrip v3.1

Telerik RadTabStrip is now compatible with Atlas. See Atlas support.

 

What's New in Telerik RadTabStrip v3.0

Please note that Telerik RadTabStrip v3.0 is not backward compatible with previous versions.
  1. Semantic rendering for 70% less markup

    Telerik RadTabStrip now implements a highly efficient semantic rendering, which uses list items and CSS instead of tables. As a result the HTML output is reduced by up to 70%, which dramatically improves performance. Furthermore there is no CPU-freeze effect associated with with client-side generated controls.
  2. Search engine friendly

    Although it is JavaScript-based, Telerik RadTabStrip completely follows the principles of Search Engine Optimization. The control's innovative rendering generates semantic lists and standard <a> tags, which are properly recognized and highly valued by search engines. As a result, all content accessible through this control will be automatically indexed and ranked with no extra effort required on the side of the developer.
  3. Convenient Visual Builder

    Developers can now build and customize Telerik RadTabStrip in a minute and entirely in design mode, using the new visual builder. It allows you to define the tabstrip structure, apply skins, and set individual item properties.



                                      
  4. Client API Closely Matches the Server API

    To enable effortless development of the client-side tabstrip behavior, Telerik RadTabStrip provides a much richer API that almost completely matches the model of the server-side API.
  5. Consistent set of skins, switchable with a single property

    Defining the visual appearance of Telerik RadTabStrip is easier than ever thanks to the simplified skinning mechanism. Instead of setting dozens of property you need to use just one a "Skin". Telerik RadTabStrip is shipped with 29 ready-to-use skins, which can be modified to match your application design.

                                              
  6. Powerful DataBinding Capabilities

    Telerik RadTabStrip v3.0 introduces powerful DataBinding capabilities, including full support for ASP.NET 2.0 Declarative DataSources.
  7. Enhanced design-time support

    The design-time functionality of Telerik RadTabStrip now includes:

    applying skins in design time
    AutoFormat
    Design-time support for declarative data sources

  8. Accessibility compliance

    Telerik RadTabStrip is now Level AAA content compliant (in conformance with the W3C Web Accessibility Guidelines 1.0).


    The following is a list of "What's New" articles for previous releases:

    What's New in Telerik RadTabStrip v2.6

    1. Full support for ASP.Net 2.0 - Telerik RadTabStrip available in two editions: one for .NET 1.x and a mirror one compiled against the .NET 2.0 to offer specific features for Microsoft's next-generation IDE - Visual Studio .NET 2005.
    2. Enhanced Design Time Support - Telerik RadTabStrip now provides full support for the design mode of Visual Studio. It takes full advantage of the Smart Tags introduced in Visual Studio 2005. When an instance of Telerik RadTabStrip is selected on the Web Form's design surface, a Smart Tag anchor is displayed in its top-right corner. The anchor is a button that opens the Smart Tag panel. A Smart Tag panel is a designer-managed UI that exposes component configurations as a set of Smart Tag entries.
    3. Several issues from the previous versions are resolved.


    What's New in Telerik RadTabStrip v2.5

    1. Accessibility Compliance - Telerik RadTabStrip is Level AA content compliant (in conformance with the W3C Web Accessibility Guidelines 1.0).
    2. XHTML 1.1 Support - Telerik RadTabStrip now provides complete XHTML compliance. The HTML markup of the component is fully XHTML 1.1 compliant.
    3. Enhanced Server-Side API - Telerik RadTabStrip server-side API have been enhanced to extend the databinding capability. The component can now be bound to a DataView as well.
    4. Enhanced CSS-based Customization - several new properties have been introduced for fine customization of the visual appearance of individual tabs through CSS classes. With the TabHoverSelectedCssClass and TabTextHoverSelectedCssClass properties added to the RadTabStrip and Tab classes, it is now possible to have different styles for selected and non-selected hover tabs. Ten new properties have been added to the Tab class to allow application of unique CSS classes to each tab.
    5. Separator with Styles - when a tab is defined as a separator, the style assigned to its UniqueDefaultCssClass property will be rendered as its CSS class. As a result separators now can have styles.
    6. Navigation Enhancement - a new property called NavigateBaseUrl is added to the RadTabStrip class. It gets or sets the base URL address to which the NavigateUrl values of the individual tabs are added.

    What's new in RadMultiPage v2.6

    1. Full support for ASP.Net 2.0 -  Telerik RadMultiPage is now available in two editions - one for .NET 1.x and a mirror one complied against the .NET 2.0 to offer specific features for Microsoft's next-generation IDE - Visual Studio .NET 2005.
    2. Enhanced Design Time Support - Telerik RadMultiPage now provides full support for the design mode of Visual Studio. Now you can easily add PageViews, just by dragging and dropping any number of instances of the PageView control from the toolbox onto the multipage.

       
    3. Several issues reported in the previous version are now resolved.

    Telerik RadMultiPage 2.6 is not backward compatible with previous versions. To migrate from a previous version, you need to add the runat="server" attribute to every pageview control.

     

    <radmp:radmultipage runat="server" id="RadMultiPage1">

    <radmp:pageview id="pageview1">Page view content</radmp:pageview>

    </radmp:radmultipage>

     

    Should become

     

    <radmp:radmultipage runat="server" id="RadMultiPage1">

    <radmp:pageview id="pageview1" runat="server">Page view content</radmp:pageview>

    </radmp:radmultipage>

     

    What's New in RadMultiPage v1.5

    1. Accessibility Compliance - Telerik RadMultiPage is "Level A" content compliant (in accordance with the W3C Web Accessibility Guidelines 1.0).
    2. XHTML Compliance - Telerik RadMultiPage provides complete XHTML compliance. The HTML output that is generated is fully XHTML 1.1 compliant.  
    3. Autoscrolling - Telerik RadMultiPage supports autoscrolling. A property called AutoScrollBars is added to the RadMultiPage class that controls whether scrollbars will appear if the content of a PageView is larger than the size of the RadMultiPage.

    See Also