AD
Administrator
Syncfusion Team
August 23, 2005 08:52 PM UTC
What keypress event are you trying to catch? The one on the grid, or the one on the embedded cell control?
In an editing cell, the embedded control (TextBox, ComboBox, ????) gets the keystrokes, the grid does not.
There are event you can use that may catch these keystrokes depending upon the exact keys you are trying to catch. You can try these events:
this.gridControl1.CurrentCellControlKeyMessage
this.gridControl1.CurrentCellKeyDown
this.gridControl1.CurrentCellKeyPress