Hello,
You could always handle the
onkeyup DOM event of the visible input in which the user types. Then to find the JavaScript object of the control and use its the
get_value() function.
You could also use directly "
sender.value" in the example above to get the current value of the visible input.
So with the code above you could perform calculation on every keyup. In the same time you could attach the OnValueChanged client event and to call a calculation function when the value gets corrected to the minimal one.
All the best,
Vasil
the Telerik team
Sharpen your .NET Ninja skills! Attend Q1 webinar week and get a chance to win a license!
Book your seat now >>