Hello Karl,
The desired functionality could be implemented using jQuery. You can subscribe for the blur event of the control and get all its parents. Thus, you can check for each one of them, if their ID contains "PageView". f course, for that purpose you need to set similar IDs for the PageViews, associated with the RadTabs (e.g. "RadPageView_Home").
In addition, in order to get the active tab, you can use the Client API of the RadTabStrip and the
get_selectedTab() method on the RadTabStrip object.
In the attachment you can fond a simple example, which demonstrates the above suggested approach
Regards,
Nencho
Telerik
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Feedback Portal
and vote to affect the priority of the items