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

RadComboBox TestInputString not found

2 Answers 64 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Sherry
Top achievements
Rank 1
Sherry asked on 20 Sep 2016, 09:43 AM

Hello,

 

I am refering to this documentation http://docs.telerik.com/devtools/wpf/api/html/P_Telerik_Windows_Controls_RadComboBox_TextInputString.htm

 

I want to get the InputString. I have updated the dll to version 2016.3.914 but still I could not find the property in XAML.

Could someone tell me what have I done wrong?

2 Answers, 1 is accepted

Sort by
0
Sherry
Top achievements
Rank 1
answered on 20 Sep 2016, 09:50 AM
Ugggh its protected internal :(  what other way do I have to get the input string?
0
Nasko
Telerik team
answered on 21 Sep 2016, 02:00 PM
Hi Sherry,

The TextInputString is a property that is used only when the ComboBox is NonEditable or is ReadOnly as it is stated in our API reference. If you want to get the entered by the user text inside NonEditable or ReadOnly RadComboBox the only other approach is to handle the TextInput event of RadComboBox and build the needed input text inside it - notice that RadComboBox has a timer that clears the InputString in a specific time and you might need to implement that as well inside the TextInput event.

Please, check the attached sample that demonstrates how to achieve the described above approach.

Hope this helps.

Regards,
Nasko
Telerik by Progress
Do you need help with upgrading your AJAX, WPF or WinForms project? Check the Telerik API Analyzer and share your thoughts.
Tags
General Discussions
Asked by
Sherry
Top achievements
Rank 1
Answers by
Sherry
Top achievements
Rank 1
Nasko
Telerik team
Share this question
or