The client-side event that is fired when the Text entered in the C1ComboBox exceeds the maximum length allowed.

Namespace:  C1.Web.UI.Controls.C1ComboBox
Assembly:  C1ComboBoxClient (in C1ComboBoxClient.dll)

Syntax

JavaScript
function get_onClientTextExceeded();
function set_onClientTextExceeded(value);

See Also