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

RadPanel Collapse...

1 Answer 88 Views
PanelBar
This is a migrated thread and some comments may be shown as answers.
Prabhu
Top achievements
Rank 2
Prabhu asked on 04 Dec 2008, 04:25 PM
Hi,

       I'm using RadPanelBar in my application, with ExpandMode = "SingleExpandedItem" and I bind the values dynamically from DB. Its working perfectly when the application is active.When the session expires I just redirect my applcaition to login page and allow the USER to enter his/her login credentials again. After successful login, application will load the landing page, and RadpanelItem which was Active before session expires will be expanded. I want to collapse all the RadPanelItems when the application is in landing page esp in case of session expires.

Thanks in advance.

For your reference:

    <telerik:RadPanelBar EnableEmbeddedSkins="false" PersistStateInCookie="True" CssClass="RadPanelBar_Outlook"
            Width="100%" ID="Radpanes" runat="server" Height="100%" Skin="Web20" ExpandMode="SingleExpandedItem"
           AllowCollapseAllItems="true" CollapseAnimation-Type="InExpo">
    <CollapseAnimation Duration="100" Type="None" />
    <ExpandAnimation Duration="100" Type="None" />
    </telerik:RadPanelBar>

Regrds
Prabhu.K

1 Answer, 1 is accepted

Sort by
0
Atanas Korchev
Telerik team
answered on 04 Dec 2008, 04:28 PM
Hi Prabhu,

You can try setting the PersistStateInCookie property to false in that particular case.

Regards,
Albert
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
PanelBar
Asked by
Prabhu
Top achievements
Rank 2
Answers by
Atanas Korchev
Telerik team
Share this question
or