Hi,
In my application I want to be able to select a row in a DataGrid and upon pressing the 'Enter' key on the keyboard it does something with the row data.
Currently when pressing the enter key, by default the DataGrid increments to the next row. Is there a way to disable this to allow a 'key down' event?
Thank you in advance