Telerik ASP.NET RadTabStrip Example markup
* This article, and all our great Telerik ASP.NET documentation, Is available on the Telerik ASP.NET menu
The Telerik RadTabStrip looks simple on the surface, but the markup behind it is a little different from most other Telerik controls. Instead of nesting content directly inside the tab strip, you pair it with a RadMultiPage, and each tab maps to a RadPageView. Once you understand that relationship, the control becomes predictable and easy to work with. This article shows the exact markup required to build a working tab strip with two tabs, each backed by a RadGrid. If you’ve struggled to get the tabs and page views wired up correctly, this example removes all the guesswork.
|