New to Telerik UI for ASP.NET AJAX? Download free 30-day trial

OnClientComboBoxTextChanged

The OnClientComboBoxTextChanged client-side event occurs when the user has already changed the text in the Combobox.

  1. The instance of the ribbonbar firing the event

  2. An eventArgs parameter containing the following methods:

    • get_comboBox()

    • get_text()

In this article