Hi,
I have a rad menu like this - the only thing I changed was width, height and margin.
The collapse animation came from dragging it to the form (some default)
My "Menu" looks like this
Item One, Item Two, SubMenuItem
................................SubItemOne
................................SubItemTwo
This "Submenu" opens when I hover the menu.
So far so good - but when I hover the submenu - and leave it without selecting something the whole menu moves to the right after collapsing of the submenu.
This solved the problem .- loosing animation.
Whats wrong?
Regards
Manfred
I have a rad menu like this - the only thing I changed was width, height and margin.
The collapse animation came from dragging it to the form (some default)
<telerik:RadMenu ID="rmMainAno" runat="server" Style="width: 500px; |
height: 26px; margin-left: 90px;" Skin="Black" DataSourceID="dsSM"> |
<CollapseAnimation Type="OutQuint" Duration="200"></CollapseAnimation> |
</telerik:RadMenu> |
Item One, Item Two, SubMenuItem
................................SubItemOne
................................SubItemTwo
This "Submenu" opens when I hover the menu.
So far so good - but when I hover the submenu - and leave it without selecting something the whole menu moves to the right after collapsing of the submenu.
<telerik:RadMenu ID="rmMainAno" runat="server" Style="width: 500px; |
height: 26px; margin-left: 90px;" Skin="Black" DataSourceID="dsSM" CollapseAnimation-Type="None"> |
Whats wrong?
Regards
Manfred