Completed
Last Updated: 05 Jun 2014 07:08 by ADMIN
ADMIN
Nikolay
Created on: 14 May 2010 11:19
Category: UI Framework
Type: Bug Report
0
FIX Panel in RadHostItem does not get the proper colors
Host a Panel in RadHostItem and set the BackColor of the Panel. You will notice that the color set is not applied.
NOTE:   These properties should be set to the RadHostItem
//Synch inheritable properties
this.hostedControl.ForeColor = this.ForeColor;
this.hostedControl.BackColor = this.BackColor;
0 comments