RadTabStrip provides API for handling server-side events:
- TabClick
- TabCreated
- TabDataBound
This example shows a sample approach using the TabClick.
As soon as the TabClick event is wired, a postback will appear
upon clicking a tab. You can disable the postback for a specific tab by setting its
PostBack property to false.