Table of Contents
Licensing
Installation and deployment
DNN
Already using the control
AJAX Support
Feature overview
ASP.NET 2.0 features
Defining the Telerik RadTabStrip structure
Data binding
Controlling the visual appearance
Using Telerik RadMultiPage
Example scenarios
Telerik RadTabStrip client-side
Telerik RadTabStrip server-side
Trouble shooting
API Reference
| |
| Key features |
Send comments on this topic. |
| See Also |
This topic outlines some important general features of both Telerik RadTabStrip and Telerik RadMultiPage.
 |
Please note that Telerik RadTabStrip v3.0 is not backward compatible with previous versions. |
Compatibility and Compliance Features for both Telerik RadTabStrip and RadMultiPage
- Wide cross-browser support
Both Telerik RadTabStrip and Telerik RadMultiPage support all major browsers and platforms (both on PC and Mac, where applicable):
- Internet Explorer 5.5+;
- all Gecko-based browsers - Mozilla 1.0+, FireFox, Netscape 7+;
- Opera 7.5x+.
- Support for ASP.NET 2.0 and Visual Studio 2005
Telerik RadTabStrip and Telerik RadMultiPage can run under both ASP.NET 1.1x and ASP.NET 2.0. The two controls are compiled against both Visual Studio 2003 and 2005 (thus offering new specific features for Microsoft's next-generation IDE, Visual Studio .NET 2005).
- Standards compliance
In conformance with the W3C Web Accessibility Guidelines 1.0, both Telerik RadTabStrip and Telerik RadMultiPage are level AAA compliant. The default HTML output is fully XHTML 1.1 compliant.
Telerik RadTabStrip Features
- Logical separation of labels and content area
Telerik RadTabStrip's content is separated from the tab labels. The tabs represent only the labels and not the content below them. The content is rendered independently of the tab, for example using a MultiPage, thus allowing greater flexibility.
- Integration with RadMultiPage
Telerik RadMultiPage represents the content area of the tabstrip. This content is separated from the tabstrip labels and can be positioned anywhere on the page.
- Hierarchical tab structures
You can easily build multilevel tabstrips using nested XML tag declarations or databind the control to hierarchical data sources.
- Natural keyboard support
Since v3.0, Telerik RadTabStrip has been conforming to the web standards regarding the keyboard navigation possibilities it exposes to the developer.
- Full design support
Using intuitive dialogs, you can easily define tabstrip structure and set the properties.
- You can achieve a wide variety of tabstrip configurations by defining different property value combinations of Telerik RadTabStrip. These include:
- Flexible skinning mechanism
The entire control look and feel is defined by skins. You can easily modify existing skins, or create your own.
- Tab separators
They are used to visually group the tabs of a tabstrip into categories. With the property IsSeparator you can have a tab act as a separator.

RadMultiPage Features
- Easy customization of appearance
The visual appearance of Telerik RadMultiPage can be easily customized using CSS classes. A CSS class can be set globally for all pageviews, or for each pageview individually.
- Content rendering
The content can be rendered only for the selected page as long as the RenderSelectedPageOnly property is set to True.
- Client-side features
Telerik RadMultiPage exposes a client-side API, which allows you to interact with the control using JavaScript code.
- Server-side functionality
Using the server-side API, you can dynamically add pages to the PageViews collection of a RadMultiPage instance. You can also create and add dynamic controls to these pages.
See Also
|