1) Use this page to record: http://demos.telerik.com/kendo-ui/web/numerictextbox/index.html 2) Record entering text into the Price field 3) Set ClearBeforeTyping to true in the step properties 4) Customize step in code Expected: Two lines of code, one to clear typing, one to type Actual: Only the Clear Typing line of code is present. The one to type is missing.