Unplanned
Last Updated: 19 Jun 2017 10:55 by ADMIN
ADMIN
Dess | Tech Support Engineer, Principal
Created on: 17 Apr 2017 08:12
Category:
Type: Bug Report
5
FIX. RadDropDownList - drop down flickers sometimes when animation is enabled
Sometimes the drop down is drawn for just a part of the second and disappears immediately. After that the drop down opens as expected. The attached video demonstrates the behavior.

this.radDropDownList1.DropDownAnimationEnabled = true;
this.radDropDownList1.DropDownAnimationFrames = 35;
this.radDropDownList1.DropDownAnimationEasing = RadEasingType.InOutQuad;

Workaround: you can either disable the animation or decrease the DropDownAnimationFrames.
0 comments