One of the most common scenarios, in which the tabstrip is used, is navigating through
pages using tha tabstrip control.
However, due to the page redirect performed by clicking on a tab, the tabstrip state is lost
and the current tab loses its selected
state.
This example shows how to overcome this limitation using
the RadTabStrip.FindTabByUrl method in conjunction with RadTab.SelectParents.
Please review the code for more details.