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
close icon

KeyPress Event . .

I am capturing the keypress event but it doesn''t seem to fire if the user is in an editable cell. is this possible. thanks, ak

1 Reply

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

Loader.
Live Chat Icon For mobile
Up arrow icon