This question is locked. New answers and comments are not allowed.
using version 2011.1.0419 ,when i set the usercontrol's fontfamily ,the fontfamily of the RadWindow.Alert() is the same as that set in the usercontrol .
today i update to version 2011.2.0920 , the fontfamily set in the usercontrol is not usefull to RadWindow.Alert() !
the same problem is also in the RadChart Control
today i update to version 2011.2.0920 , the fontfamily set in the usercontrol is not usefull to RadWindow.Alert() !
the same problem is also in the RadChart Control
public partial class Login : UserControl { public Login() { InitializeComponent(); FontFamily = new System.Windows.Media.FontFamily(BSC.Resources.CommonResource.ResourceManager.GetString("FontFamilyString", System.Threading.Thread.CurrentThread.CurrentUICulture)); CheckState(); } internal void CheckState() { RadWindow.Alert("Pass!"); }}