New to Kendo UI for jQueryStart a free 30-day trial

ClearButton

configuration

Unless this options is set to false, a button will appear when hovering the widget. Clicking that button will reset the widget's value and will trigger the change event.

Default: true

<input id="autocomplete" />
<script>
$("#autocomplete").kendoAutoComplete({
    clearButton: false
});
</script>
Not finding the help you need?
Contact Support