i'm trying to write text in hebrew at the context of the desktop alert,
without any success.
the syntax that im writing is:
<html dir=rtl> "TEXT" </html>.
does the control support rtl?
Yes, the control does support RTL. You just need to set its RightToLeft property to Yes as it is shown in the attached screenshot. Please note that RTL is currently not supported when using HTML-like text formatting.
Please let us know if you experience any issues or if you have any additional questions.
Kind regards,
Ivan Todorov
the Telerik team
SP1 of Q3’11 of RadControls for WinForms is available for download (see what's new).
Hi; in the RightToleft Cases (raddesktopalert); We Can't change Font; and the default font is not proper; when we use html to change font of contenttext the arrangement of righttoleft doesn't work, what do you suggest?
0
Ivan Todorov
Telerik team
answered on 15 Feb 2013, 02:13 PM
Hi Hadilionson,
As I mentioned in my previous post, our HTML-like rendering engine does not support Right-To-Left. If you only need to change the font of the caption text, then I would suggest setting the Font property directly. This way you will avoid using HTML.
this.radDesktopAlert1.Popup.AlertElement.CaptionElement.TextAndButtonsElement.Font = new Font("Segoe UI Light", 18, FontStyle.Regular);
Hope this helps. If you have any other questions, feel free to write back.
Greetings,
Ivan Todorov
the Telerik team
Q3'12 SP1 of RadControls for WinForms is out now. See what's new.