Completed
Last Updated: 14 Jan 2013 03:05 by ADMIN
ADMIN
Anton
Created on: 14 Jan 2013 03:05
Category: Forms/Dialogs/Templates
Type: Bug Report
0
FIX. RadTitleBar - the RadTitleBar shows incorrect title when the theme is Aqua and the text is "Text(text)"
The RadTitleBar shows incorrect title when the theme is Aqua. If you set the Form.Text to "Text(text)", the RadTitleBar will show "(Text(text".

Work Around - Turn off RightToLeft of the TitlePrimitive.
For example:
C#
this.FormElement.TitleBar.TitlePrimitive.RightToLeft = false;
0 comments