Unplanned
Last Updated: 27 Jun 2016 11:37 by ADMIN
ADMIN
Dimitar
Created on: 20 Jun 2016 10:09
Category: UI Framework
Type: Bug Report
0
FIX. Office2013Light theme - disabling/enabling RadDropDownListElement hosted inside ribbon bar shows additional button border.
To reproduce:
- Add RadDropDownListElement to a ribbon group
- Disable then enable the control.
- Additional button border is shown

Workaround:
radDropDownListElement1.Padding = new Padding(0);
0 comments