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
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.