Can Ctrl A be mapped to select All when using xamgrid
If the user selects only a couple of rows and makes only few cell changes is it possible to identify that there is a change and only manipulate those cells(like reset only those cells on click of button)?
Do i need to give XamGrid1.Focus()?
The key down should be triggered.
Does the xamGrid have focus?
-SteveZ
The key down isnt triggered?
What doesn't work?
This does not seem to work