Unplanned
Last Updated: 30 Mar 2016 09:12 by ADMIN
ADMIN
Stefan
Created on: 26 Mar 2013 07:51
Category:
Type: Bug Report
3
FIX. RadMenu - closing a RadForm with RadMenu on it, causes the form's title bar to loose its theming prior closing
To reproduce:
- Add RadForm with RadMenu with some items
- set this.IsMdiContainer = true;
- Run and hit the close button -> note the while closing the title bar looses its theme

WORKAROUND:
            radMenu1.IsMainMenu = false;
0 comments