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
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