This is a migrated thread and some comments may be shown as answers.

[Solved] Bind content of textbox in telex mode keyboard

1 Answer 166 Views
TextBox
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
WalaChat
Top achievements
Rank 1
WalaChat asked on 26 Nov 2014, 04:09 AM
Dear all,

Sorry if it is duplicated but I have tried to search without any success.

I used the control such as: clr-namespace:Telerik.Windows.Controls;assembly=Telerik.Windows.Controls.Primitives
It is used in a chat thread screen, so when user typing something then sending it, the textbox content should be reset to blank.

It seems ok with normal keyboard mode, but with VIE Telex keyboard, (available from version 8.1), we can not bind any value to reset it to end user. (using 2 way modes). Please refer to the attached image for more detail.
I have tried with the telerik sample demo and it has the same problem.

Any suggestion are welcome.

Thanks a lot.






1 Answer, 1 is accepted

Sort by
0
Vladislav
Telerik team
answered on 28 Nov 2014, 09:47 AM
Hi WalaChat,

It seems that there is some compatible problem using RadTextBox control with the VIE Telex keyboard.
But, if you set explicitly the Text in the ViewModel, to string.Empty, it seems that the content is successfully cleared. The problem if you are using the "clear button" of the RadTextBox control is still present, so you can just collapse it by setting the ClearButtonVisibility property to "Collapsed".

Please find attached a sample project demonstrating clearing the text of the RadTextBox control and don't hesitate to contact us again if this approach is not applicable for you.

Regards,
Vladislav
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
TextBox
Asked by
WalaChat
Top achievements
Rank 1
Answers by
Vladislav
Telerik team
Share this question
or