Unplanned
Last Updated: 20 Nov 2017 12:55 by ADMIN
ADMIN
Dimitar
Created on: 02 Oct 2017 11:00
Category: Buttons
Type: Bug Report
0
FIX. RadDropDownButton, RadDropDownList, RadSplitButton - the animation breaks the popup while typing in another control and showing the drop down.
Use attached video and project to reproduce.

Workaround:
Disable the animations:

 btnAdd.DropDownButtonElement.DropDownMenu.AnimationEnabled = false;
//or
ThemeResolutionService.AllowAnimations = false;
0 comments