(infragistics) ultradropdown

Posted by pjb on Stack Overflow See other posts from Stack Overflow or by pjb
Published on 2010-06-18T06:08:01Z Indexed on 2010/06/18 6:13 UTC
Read the original article Hit count: 574

Filed under:

using a ultradropdown control from infragistic, i want to capture the "Tab" key press and focus the control somewhere else

right now i have tried -KeyPress event -KeyDown event

//if (e.KeyChar == (char)Keys.Tab) //{ //i'm using sender to find out which control was tab out. // SmartFocusControl(sender); //}

now this work for most of the keyboards press except "TAB" both event never get fired on "TAB" key press... wondering why...

Thank you.

© Stack Overflow or respective owner

Related posts about infragistics