Is there a way to easily set this up in XAML, or does it need to be done programmatically by trapping a keydown event?
Hello,
It has been a while since you have made your post, in case you still need support I will be glad to assist you further. I suppose the other community members can benefit from this answer as well. I have been looking into your post and I created a sample project for you with that functionality. Basically I created a custom Command to select all records and added it in XAML. I also defined it to be executed, when the user presses Ctrl + A.
Feel free to write me if you have further questions.
How can i make this work when using .NET Framework 3.5 instead of 4?