Hi Anna,
RadComboBox does not support
TextChanged event by design. However, you have two appraoches that you could use in order to achieve the desired.
The first one is the proposed by Boyan below to use the
TextBoxBase.TextChanged attached property:
and in code - behind:
The second approach that you could use to handle to the
TextChanged event is to get the
TextBox placed inside
RadComboBox using the
ChildrenOfType method (inside the
Loaded event) and handle its
TextChanged event:
Hopes this helps.
Regards,
Nasko
Telerik
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Feedback Portal
and vote to affect the priority of the items