Unplanned
Last Updated: 08 Nov 2016 13:15 by ADMIN
ADMIN
Dimitar
Created on: 24 Oct 2016 07:22
Category: Buttons
Type: Bug Report
1
FIX. RadSplitButtonElement - the image is not correctly drawn when the element is disabled.
To reproduce:
- Add SplitButton to a ribbon bar and set its image. 
- Disable the button.

Workaround:
this.radSplitButtonElement1.UseDefaultDisabledPaint = true;
0 comments