Dear Experts,
I have a datatable bound to a datagridview in a windows form. I have code in the datagridview's RowEnter event that I want executed only when the up/down arrows are pressed. The AcceptChanges and Merge methods of the bound datatable cause the RowEvent event to fire, and I don't want the code in the event to be executed when those methods are invoked.
Can anybody help me with how I can capture the up/down arrow key strokes? I could use this to determine if the up/down arrows were pressed and only execute my code when they are pressed.
Thank you
Bill Stinocher
bstinocher@tsts.com
Start Free Trial