Client-Side Events
C1ComboBox includes a rich client-side object model that includes several client-side events. You can access these client-side events from the Visual Studio Properties window. To create a new client-side event, select the drop-down arrow next to a client-side event and select Add new client side handler.
The following table names and describes the built-in client-side events available for your use:
Client-Side Event |
Description |
Fired when the C1ComboBox loses focus. | |
Fired when the drop-down list is closed. | |
Fired when the drop-down list is about to be closed. | |
Fired when the drop-down list is expanded. | |
Fired when the drop-down list is about to be expanded. | |
Fired when the C1ComboBox gains focus. | |
The name of the javascript function called after the C1ComboBox is initialized. | |
Fired after the request for items has been completed. | |
C1ComboBox.OnClientRequestFailed |
Fired after the request for items has failed. |
C1ComboBox.OnClientRequesting |
Fired before the tiems are requested on the server side. |
Fired when a key is pressed. | |
Fired after the selected index of the C1ComboBox has changed. | |
Fired when the selected index of the C1ComboBox is about to change. | |
Fired when the Text property is changed. | |
Fired when the text exceeds the maximum length. |
|