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

TextChanged property not working

3 Answers 92 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Mona
Top achievements
Rank 1
Mona asked on 15 Dec 2011, 09:54 AM
Hello All,

I am working on with the TextChanged property of RadCombo box, when I type something in the box and press tab key it works as expected, but when I delete few letters from the text and press tab key to proceed the textchanged property will not triggered. I also have the AllowCustomText="true" in the combobox and first character matching allowed by   : 
 ddlVessel.Filter = (RadComboBoxFilter)Convert.ToInt32(2);

3 Answers, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 15 Dec 2011, 03:03 PM
Hello,

I have tried the same and it worked as expected. I am using the version 2011, 2, 915, 35.
Also take a look into the following documentation.
TextChanged

Thanks,
Princy.
0
Mona
Top achievements
Rank 1
answered on 16 Dec 2011, 05:01 AM
Not working in  my case, I also had applied Radloading panel on the control with events TextChanged and selectedIndexChanged. and I am using 2008.3.1016.35 version.
0
Dimitar Terziev
Telerik team
answered on 19 Dec 2011, 03:24 PM
Hi Mona,

The experienced issue is already fixed so please try to upgrade if possible.

Regards,
Dimitar Terziev
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
Tags
ComboBox
Asked by
Mona
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Mona
Top achievements
Rank 1
Dimitar Terziev
Telerik team
Share this question
or