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

OnClientTextChange Bug?

1 Answer 57 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
sitefinitysteve
Top achievements
Rank 2
Iron
Veteran
sitefinitysteve asked on 03 Feb 2011, 09:39 PM
OnClientTextChange not firing for me with a webservice bound control

_combo.ID = "servicedd" + this.QuestionIDJavascriptFriendly;
_combo.WebServiceSettings.Path = this.WebServicePath;
_combo.WebServiceSettings.Method = this.WebMethod;
_combo.EnableLoadOnDemand = true;
_combo.EnableItemCaching = true;
_combo.AllowCustomText = true;
_combo.Filter = RadComboBoxFilter.Contains;
 
_combo.MaxHeight = new Unit(300, UnitType.Pixel);
_combo.CollapseAnimation.Type = AnimationType.None;
_combo.ExpandAnimation.Type = AnimationType.None;
_combo.EnableViewState = _viewstate;

I dont want custom text...so I was hoping to handle the OnClientTextChange to check the combo value field and cancel with an alert....

1 Answer, 1 is accepted

Sort by
0
Yana
Telerik team
answered on 09 Feb 2011, 01:13 PM
Hi Steve,

I've tried to reproduce this issue, but to no avail. The event is fired as expected at our side.  Please note that the event doesn't fire until the user hits Enter or clicks outside the combobox.

Best wishes,
Yana
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
Tags
ComboBox
Asked by
sitefinitysteve
Top achievements
Rank 2
Iron
Veteran
Answers by
Yana
Telerik team
Share this question
or