We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

KeyPress even not being called

I have hooked the KeyPress event and my event handler does not get called. Ever. Is there something inheritly wrong with this event or do I have to enable some other flag to turn this on? Tx, curt

4 Replies

CK Curtis Koppang March 26, 2003 05:45 PM UTC

BTW, I am using the GridDataBoundGrid. curt > I have hooked the KeyPress event and my event handler does not get called. Ever. > > Is there something inheritly wrong with this event or do I have to enable some other flag to turn this on? > > Tx, > curt


AD Administrator Syncfusion Team March 26, 2003 09:15 PM UTC

Try catching the CurrentCellKeyPress event to see if that gives you what you want.


CK Curtis Koppang March 28, 2003 12:19 PM UTC

I am trying to trap the Enter key so I can change the default behavior. I get numerics and text, but the event is not called for the Enter key.


CK Curtis Koppang March 28, 2003 12:28 PM UTC

Never mind - the CurrentCellKeyUp event does get called.

Loader.
Live Chat Icon For mobile
Up arrow icon