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

Animations

1 Answer 13 Views
Filter
This is a migrated thread and some comments may be shown as answers.
Ryan Grossman
Top achievements
Rank 1
Ryan Grossman asked on 21 May 2015, 01:50 PM
How do I disable the animations for RadFilter? I want the menus to open and close with no animation. I tried ContextMenu-ExpandDelay="0" ContextMenu-CollapseDelay="0" but they had no effect.

1 Answer, 1 is accepted

Sort by
0
Angel Petrov
Telerik team
answered on 26 May 2015, 07:18 AM
Hi,

Please try setting the animation type to none and test the page again.

ASPX:
<telerik:RadFilter runat="server" ID="RadFilter1">
    <ContextMenu>
        <ExpandAnimation Type="None" />
        <CollapseAnimation Type="None" />
    </ContextMenu>
.....
</telerik:RadFilter>


Regards,
Angel Petrov
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
Filter
Asked by
Ryan Grossman
Top achievements
Rank 1
Answers by
Angel Petrov
Telerik team
Share this question
or