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

ExpandDelay and CollapseDelay not Working

1 Answer 42 Views
PanelBar
This is a migrated thread and some comments may be shown as answers.
Doug
Top achievements
Rank 1
Doug asked on 18 Aug 2009, 04:51 PM
Hello,

I use the following RadPanelBar definition within my master page:

     <telerik:radpanelbar runat="server" ID="RadPanelbar1" ExpandMode="MultipleExpandedItems" ExpandDelay="3000" CollapseDelay="3000" EnableEmbeddedSkins="false" Skin="SoEasy" DataSourceId="QuickLaunchSiteMap" OnClientLoad="panelLoad" OnClientItemClicking="OnClientItemClickingHandler" OnClientMouseOver="OnClientMouseOverPanHandler" OnPreRender="RadControl_PreRender" PersistStateInCookie="false" ToolTip="">
      <ExpandAnimation Type="Linear" Duration="300" />
      <CollapseAnimation Type="Linear" Duration="100" />     
     </telerik:radpanelbar></div>

I have a multi-level panelbar that expands and collapses during the OnClientMouseOver event.  Unfortunately, I cannot control the timing.  The items expand and collapse instantly as the mouse passes over each option.

What am I missing?

Thank you,

Doug

1 Answer, 1 is accepted

Sort by
0
Paul
Telerik team
answered on 21 Aug 2009, 12:30 PM
Hi Doug,

Thanks for reporting this bug. It will be fixed in the next internal build of RadControls.

Greetings,
Paul
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
PanelBar
Asked by
Doug
Top achievements
Rank 1
Answers by
Paul
Telerik team
Share this question
or