RadTabStrip for ASP.NET
Table of Contents
At a glance
Licensing
Installation and deployment
DNN
New to Telerik RadTabStrip?
Already using the control
Standards compliance
AJAX Support
Feature overview
Getting Started
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
Get more help
PID456; RID7; VID0; IsStatic1
Getting Started
Send comments
on this topic.
Glossary Item Box
This topic shows how to create a simple tabstrip only in design-time.
Creating a simple tabstrip
Drag and drop RadTabStrip and RadMutiPage instances onto the page
Build the tabstrip through the Telerik RadTabStripbuilder
Click the tabstrip Smart Tag anchor
Choose
Edit Tabs...
Add tabs through the Telerik RadTabStrip Builder dialog
Press
OK
ti confirm
Apply
Skin
to the control using the
Auto Format
dialog box
Choose
Auto Format
from the Smart Tag
Select the desired
Skin
from the
Auto Format
dialog box
Press
OK
to confirm
The changed appearance will be reflected in design time right away
Add PageViews from the toolbox to the RadMultiPage by dragging and dropping the PageViews onto the RadMultiPage
Add Content to the PageViews by dragging and dropping items from the toolbox
Set the
MultiPageID
property of RadTabStrip to the
ID
of the RadMultiPage instance
Right-click the tabstrip and select
Properties
Properties Grid will appear
Set the
MultiPageID
property from the drop-down
The final result is looking like
First tab selected
Second tab selected
Third tab selected
Binding Telerik RadTabStrip to an AccessDataSource
Drag and drop an
AccessDataSource
control onto the page where the tabstrip resides
Configure the
AccessDataSource
through its Smart Tag
<_o3a_p>
Press the Smart Tag anchor and then
Configure DataSource
Browse the Access Data File and press
Next
to confirm
Specify the columns from a table and press
Next
to confirm
Press
Finish
Choose the DataSource for Telerik RadTabStrip
through the Telerik RadTabStrip
Smart Tag
In the Telerik RadTabStrip properties grid set the
DataFieldID
and
DataTextField
(flat DataBinding).
Hierarchal DataBinding
is also supported.
The final result is looking like
<_o3a_p>