select

TabStrip / Data Bindings

Rate this demo: Feedback
Run example in: C# VB.NET Change Skin:
Vista
  • BlackBlack
  • DefaultDefault
  • ForestForest
  • HayHay
  • Office2007Office2007
  • OutlookOutlook
  • SimpleSimple
  • SitefinitySitefinity
  • SunsetSunset
  • TelerikTelerik
  • VistaVista
  • Web20Web20
  • WebBlueWebBlue
  • Windows7Windows7

Example Source Code & Description

Instructions
Open in new window
  • The DataBindings collection lets you provide different sets of data bindings to the tabs on different levels of the tabstrip. You can even bind the tabs on each level of the tabstrip from different tables in a DataSet.
    This example demonstrates how to use databindings to apply declarative mapping of data fields to the tab properties.
            <telerik:RadTabStrip 
                runat="server" 
                ID="RadTabStrip1" 
                DataSourceID="AccessDataSource1" 
                DataFieldID="id" 
                DataFieldParentID="parentID">
            <DataBindings>
                <telerik:RadTabBinding TextField="Text"  />
                <telerik:RadTabBinding TextField="id" Depth="1" />
            </DataBindings>
            </telerik:RadTabStrip>
        
Compatible with ASP.NET 2.0, 3.5 AJAX enabled Accessibility Verified!Valid XHTML 1.1! Optimized for Visual Studio 2005, 2008
Copyright 2002-2010 © Telerik. All right reserved  | 
Telerik Inc., 460 Totten Pond Rd, Suite 640, Waltham, MA 02451

www.telerik.com  |  Terms of Use  |  Contact Us