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.
Up arrow icon