G
Guest
I am trying to find a way (that is not a hack, hopefully) to get a
DataGridView to behave in a row-by-row editing mode.
Basically, what I see now is this: I type in a cell and the little row
header arrow icon changes to a pencil to show me that I am in edit mode. As
soon as I tab or arrow over to the next cell, it reverts to an arrow,
indicating to me as the user that, although I haven't left the row yet, I
have modified the data.
I know that I can probably find a simple way to override the underlying
behavior (e.g. only commit the changes on a row-by-row basis)... that is not
my concern. I want the user to also think that things are happening on a
row-by-row basis... e.g. I don't want the row-header icon to revert to an
arrow until I tab to the next row, and I want the ESC key to clear ALL
changes in the row, not just the current cell.
Any help or insight would be appreciated.
Thanks,
-John
DataGridView to behave in a row-by-row editing mode.
Basically, what I see now is this: I type in a cell and the little row
header arrow icon changes to a pencil to show me that I am in edit mode. As
soon as I tab or arrow over to the next cell, it reverts to an arrow,
indicating to me as the user that, although I haven't left the row yet, I
have modified the data.
I know that I can probably find a simple way to override the underlying
behavior (e.g. only commit the changes on a row-by-row basis)... that is not
my concern. I want the user to also think that things are happening on a
row-by-row basis... e.g. I don't want the row-header icon to revert to an
arrow until I tab to the next row, and I want the ESC key to clear ALL
changes in the row, not just the current cell.
Any help or insight would be appreciated.
Thanks,
-John