in Telerik ASP.NET MVC TabStrip, I want the page to remember which tab was selected last and persist the selection through multiple page requests. What I have is a partial view that shows in multiple pages and it contains the TabStrip. With SelectedIndex the set tab always get selected, which nullifies user's selection.
|
I couldn't find any official way of doing this through the Telerik APIs, nor any useful advice on their forum, so I decided to go it my own way with the use of:
Then I wired them up as below, in the partial view that contains the TabStrip.
) Edit: I realised that my answer was little bit lacking in explanation so I've added:
This seems to work pretty well in Chrome and IE, but there may be some quirks in FFox 3. I hope the Telerik team considers adding this to their API, as it strikes me as being a pretty useful feature to have baked-in. Apologies if it already is, but I couldn't find it in the docs. |
||||
|
|