All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
var
numeric = $(
"#numeric"
).kendoNumericTextBox()
.data(
"kendoNumericTextBox"
)
.element
.bind(
"focus"
,
function
(e) {
if
(
this
.value ===
"0"
) {
element =
;
setTimeout(
() {
$(element).select();
//select the text
});
}