I have a read-only DataGrid that when clicking on a cell in a specific column will feed back information about the contents of that cell. I would like navigation using the up and down arrows to do the same thing. When I use the arrows the new cell is selected,
at least visually, but I am unsure how to have my command execute in response to this. How can this be done?
↧