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

Request to have a TextChanged event in RadComboBox

1 Answer 96 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Patrick
Top achievements
Rank 2
Iron
Iron
Iron
Patrick asked on 23 Mar 2012, 03:00 PM
Hello,
in many situations, when using the RadComboBox, as an auto-complete box, it would be nice to know when the user enters text in the TextBox inside the RadComboBox.
Unfortunately, it is difficult to do it actually: the only possibility is to bind to the Text property and to detect when the property is changed.
But it would be easy for Telerik to provide this functionality, because they have access to the TextBox.
Patrick

1 Answer, 1 is accepted

Sort by
0
Yana
Telerik team
answered on 28 Mar 2012, 12:55 PM
Hello Patrick,

Thank you for sending this feature request, it will be considered.

The other workaround you can use is to customize the template of the control - you could find the textbox (Its name is "PART_EditableTextBox") and subscribe to its TextChanged event.

All the best,
Yana
the Telerik team
Sharpen your .NET Ninja skills! Attend Q1 webinar week and get a chance to win a license! Book your seat now >>
Tags
ComboBox
Asked by
Patrick
Top achievements
Rank 2
Iron
Iron
Iron
Answers by
Yana
Telerik team
Share this question
or