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

How to capture numeric up and down button click

1 Answer 69 Views
NumericUpDown
This is a migrated thread and some comments may be shown as answers.
KK
Top achievements
Rank 1
KK asked on 16 Aug 2012, 04:55 AM
Hello ,

How do I know that up/down button has pressed. I tried it using valueChanged event but I could not figure out that the value has changed by either from the Textbox or from the up/down buttons.

Thanks in Advance.

Regards,
KK

1 Answer, 1 is accepted

Sort by
0
Ivo
Telerik team
answered on 21 Aug 2012, 08:05 AM
Hi,

In order to determine if the ValueChanged event was triggered by a keyboard stroke you will have to handle the PreviewKeyDown event of the TextBox part of the RadComboBox.

Kind regards,
Ivo
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

Tags
NumericUpDown
Asked by
KK
Top achievements
Rank 1
Answers by
Ivo
Telerik team
Share this question
or