5 Answers, 1 is accepted
0
Hi Lutfy,
Thank you for contacting us.
For all our text editors we are hosting the standard TextBox control. This means that whatever behavior you are experiencing with our editors, the same will be with the standard TextBox control. We also offer RadTextBoxControl which is an implementation of a text box built entirely with TPF. However RadTextBoxControl does not support features such as Right-To-Left and IME.
Let me know if you have further questions.
Regards,
George
Telerik
Thank you for contacting us.
For all our text editors we are hosting the standard TextBox control. This means that whatever behavior you are experiencing with our editors, the same will be with the standard TextBox control. We also offer RadTextBoxControl which is an implementation of a text box built entirely with TPF. However RadTextBoxControl does not support features such as Right-To-Left and IME.
Let me know if you have further questions.
Regards,
George
Telerik
0
Lutfy
Top achievements
Rank 2
answered on 19 Feb 2014, 03:22 PM
i have problem with RadTextBoxControl and other editors I change the cursor to the Arabic language cursor disappears
this make me not see where the cursor now i am bilding a system that Arabic language is main language i wont a solution for this problem
this make me not see where the cursor now i am bilding a system that Arabic language is main language i wont a solution for this problem
0
Hi Lutfy,
Thank you for your reply.
Let me start by saying that we have two text input controls (A.K.A. textboxes):
Having this said, if you are using RadTextBoxControl change it to RadTextBox.
I hope this helps.
Regards,
George
Telerik
Thank you for your reply.
Let me start by saying that we have two text input controls (A.K.A. textboxes):
- RadTextBoxControl - This is our own implementation and is built with TPF. However RadTextBoxControl does not support features such as Right-To-Left and IME (which means it will not support arabic language).
- RadTextBox - This control is a wrapper around the standard .NET TextBox, all the features supported by it are supported by RadTextBox.
Having this said, if you are using RadTextBoxControl change it to RadTextBox.
I hope this helps.
Regards,
George
Telerik
0
0
Hello Lutfy,
Thank you for replying.
You need to set the UseGenericBorderPaint property of RadTextBox to true:
Let me know if you have further questions.
Regards,
George
Telerik
Thank you for replying.
You need to set the UseGenericBorderPaint property of RadTextBox to true:
this
.radTextBox1.UseGenericBorderPaint =
true
;
Let me know if you have further questions.
Regards,
George
Telerik
DevCraft Q1'14 is here! Watch the online conference to see how this release solves your top-5 .NET challenges. Watch on demand now.