M
M K
My dg is loaded (from stored procedure) and has 1 record in it. When I
press enter on that row it does nothing (I have a breakpoint just inside the
code where i check for enter pressed)
if (e.KeyData == Keys.Enter)
It never goes into that event.
For the DataGridView I have:
ReadOnly = false
multi select = false
edit mode = EditOnKeystrokeOrF2
SelectionMode = FullRowSelect
what am i missing?
press enter on that row it does nothing (I have a breakpoint just inside the
code where i check for enter pressed)
if (e.KeyData == Keys.Enter)
It never goes into that event.
For the DataGridView I have:
ReadOnly = false
multi select = false
edit mode = EditOnKeystrokeOrF2
SelectionMode = FullRowSelect
what am i missing?