This is a migrated thread and some comments may be shown as answers.

Tabstrip State maintain

3 Answers 125 Views
TabStrip
This is a migrated thread and some comments may be shown as answers.
Ashutosh
Top achievements
Rank 1
Ashutosh asked on 23 Dec 2014, 09:32 AM
Hi,

I want to maintain the state of the tabstrip in database before logout. So that on successful login thereafter the same tabs are getting displayed. Basically i need to maintain the tabs opened in a window. Those tabs might be dynamically added during that particular session. Can someone help me with this.

3 Answers, 1 is accepted

Sort by
0
T. Tsonev
Telerik team
answered on 25 Dec 2014, 07:53 AM
Hello,

The TabStrip widget does not persist any kind of state. This includes dynamically added tabs, as well as the currently selected tab.

You will need to persist the state manually, for example via cookies or local storage.
The select event should be handled to update the currently selected tab.

Regards,
T. Tsonev
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
0
Ashutosh
Top achievements
Rank 1
answered on 10 Jan 2015, 07:55 AM
But if i want to maintain state for all the open Tabs then its possible or only for the selected one
0
T. Tsonev
Telerik team
answered on 14 Jan 2015, 08:35 AM
Hi,

I assume by all open tabs you mean their content.

The TabStrip widget won't be able to help in this case as well. This should be handled at the application level.

Please, let us know if there's anything specific that we can help with.

Regards,
T. Tsonev
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
TabStrip
Asked by
Ashutosh
Top achievements
Rank 1
Answers by
T. Tsonev
Telerik team
Ashutosh
Top achievements
Rank 1
Share this question
or