This example shows how to use the client-side API of Telerik ComboBox for ASP.NET MVC and Telerik DropDownList for ASP.NET MVC.

To use the client-side API you should first retrieve the combobox/dropdownlist client-side object. The following code snippet shows how to do this for the combobox:

<script type="text/javascript">
function getComboBox(){
    //"ComboBox" is the value specified by the Name() method.
    var combobox = $("#ComboBox").data("tComboBox");
    return combobox;
}
</script>

Available client-side methods: