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

SelectOnFocus

configuration

When set to true, the text of the input will be selected after the widget is focused.

Default: false

<input id="numerictextbox" />
<script>
$("#numerictextbox").kendoNumericTextBox({
    selectOnFocus: true
});
</script>
Not finding the help you need?
Contact Support