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

Get value after KeyUp

1 Answer 169 Views
NumericTextBox
This is a migrated thread and some comments may be shown as answers.
Joseph Roberts
Top achievements
Rank 1
Joseph Roberts asked on 17 May 2012, 04:07 PM
I looking to find a way to get the value of the textbox onkeyup.  The value has not changed for the input until the input loses focus.  I am trying to find a why where as the user types a total value can be updated instantly, and not have to wait until a focus change.  Is there any way to achieve this?

Thanks,
Joe

1 Answer, 1 is accepted

Sort by
0
Joseph Roberts
Top achievements
Rank 1
answered on 18 May 2012, 01:41 PM

I solved my own problem.  Not sure if this is the best way, but here is how I did it.

value = $(this).data('kendoNumericTextBox').value();
Tags
NumericTextBox
Asked by
Joseph Roberts
Top achievements
Rank 1
Answers by
Joseph Roberts
Top achievements
Rank 1
Share this question
or