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

RadNumericDown, Key down event

1 Answer 66 Views
NumericUpDown
This is a migrated thread and some comments may be shown as answers.
Gilgen
Top achievements
Rank 1
Gilgen asked on 30 Aug 2010, 10:42 AM
Hi,

I need to receive each value changed event on a RadNumerciDown instance. I thought it would be the case with the ValueChanged but this event occurs only when the focus is lost. The key down event doesn't work too...
Thus, I don't know which event I can listen or which method I have to override to get all the internal value changes.
Does anyone know a way to do it?

Thanks in advance

1 Answer, 1 is accepted

Sort by
0
Boyan
Telerik team
answered on 01 Sep 2010, 08:36 AM
Hello Gilgen,

By default the ValueChanged event is fired on losing focus as you have noticed. You can use the property UpdateValueEvent="PropertyChanged" in order to change this behavior. With this set the ValueChanged event will be invoked after each keypress.

Let me know if you have further questions.

Sincerely yours,
Boyan
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
NumericUpDown
Asked by
Gilgen
Top achievements
Rank 1
Answers by
Boyan
Telerik team
Share this question
or