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

NumericTextBox / Value 0 / Change event

2 Answers 315 Views
NumericTextBox
This is a migrated thread and some comments may be shown as answers.
Bilal
Top achievements
Rank 2
Bilal asked on 31 Mar 2015, 04:41 PM
Hi,
I've specified the min for a numeric textbox to be 0.

When I type in 0, the change event fires, however, the value() returns null.

Is this normal behavior?

Best regards
Bilal Haidar

2 Answers, 1 is accepted

Sort by
0
Georgi Krustev
Telerik team
answered on 02 Apr 2015, 09:40 AM
Hello Bilal,

I tried to replicate the depicted issue, but to no avail. Could you modify the test demo in order to reproduce the erroneous behavior?

Regards,
Georgi Krustev
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
0
Bilal
Top achievements
Rank 2
answered on 02 Apr 2015, 10:03 AM
I ended up using .val() to read data and .value() to set value. Notice in the read, I am getting jquery object rather than kendo object. Most of the cases, .value() to read returns null.

Tags
NumericTextBox
Asked by
Bilal
Top achievements
Rank 2
Answers by
Georgi Krustev
Telerik team
Bilal
Top achievements
Rank 2
Share this question
or