I have a RadTabStrip in my page. I click and traverse on the different tabs, when I click on the browser's back button, it doesn't take me to the previous tab I had clicked.
Is there a way to handle this scenario ?
Thanks,
Het
1 Answer, 1 is accepted
0
Atanas Korchev
Telerik team
answered on 01 Sep 2008, 11:15 AM
Hi Het,
Browser history keeps only URL navigations. Changing the active tab does not modify the URL by default hence it does not work with browser history. A possible workaround would be to use the NavigateUrl property of the tab and change the current page on the server side based on an URL parameter. Here is a quick example: