This is a migrated thread and some comments may be shown as answers.

spin event doesn't work. bug?

1 Answer 44 Views
NumericTextBox
This is a migrated thread and some comments may be shown as answers.
Anton
Top achievements
Rank 1
Anton asked on 04 Mar 2012, 05:48 PM
Hi!

Spin event doesn't work! After click on spinner nothing to do. This is my bug?

For example:

spinEvent = function(e) {
alert('spin!');
}; 

amount = $("#amount").kendoNumericTextBox({
                format: "#,0",
                min: 0,
                max: 1000000,
                step: 1000,
spin: spinEvent
            }).data("kendoNumericTextBox");


Sorry for my english.

1 Answer, 1 is accepted

Sort by
0
Georgi Krustev
Telerik team
answered on 05 Mar 2012, 10:28 AM
Hello Anton,

 
The "spin" event is supported in the Beta version of the KendoUI. Check this online demo.

Regards,
Georgi Krustev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
NumericTextBox
Asked by
Anton
Top achievements
Rank 1
Answers by
Georgi Krustev
Telerik team
Share this question
or