I am using the ASP.Net server wrappers. Is there a simple way to set a tabstrip so that it defaults to the previously selected tab when returning to a page?
Thank you
1 Answer, 1 is accepted
0
Dimo
Telerik team
answered on 01 Nov 2013, 03:38 PM
Hi Gareth,
The TabStrip widget does not persist its state. You will need to implement the desired functionality manually, e.g. via cookies. Use the select of activate event.