A
Adam
I have a datagrid and I would like to prevent the users
from pressing the left or right key to change cells. I
only want the up and down buttons to still work - and I
want them to be limited to editing a single column in the
datagrid.
One thing I originally did was had it so if you pressed
left or right, it would refocus on the column I want - but
that will cause the CellChange event to trigger twice,
which just won't work...
Any Ideas?
Thanks
-Adam
from pressing the left or right key to change cells. I
only want the up and down buttons to still work - and I
want them to be limited to editing a single column in the
datagrid.
One thing I originally did was had it so if you pressed
left or right, it would refocus on the column I want - but
that will cause the CellChange event to trigger twice,
which just won't work...
Any Ideas?
Thanks
-Adam