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

ClearButton

configuration

If set to true, will render a button that can be used to clear the value.

Default: false

<input id="textbox" />
<script>
    $("#textbox").kendoTextBox({
        value: "John",
        clearButton: true
    });
</script>
Not finding the help you need?
Contact Support