Hi,
There isn't an update on this item. Status is still unplanned.
For example you can use the property changed event and check if the property is Text:
private void RadComboBox_PropertyChanged(object sender, System.ComponentModel.PropertyChangedEventArgs e) { if(e.PropertyName == "Text") { // your logic here } } <input:RadComboBox PropertyChanged="RadComboBox_PropertyChanged" />
Regards, Didi Progress Telerik
Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.
Hello,
Any update on when telerik is planning for his event? Can you please suggest a work around for value text changed event? I have to bind datasource based on the value entered.
Thank you, Ishani