I have a WPF DataGrid with few columns. Now i try to add the short cut key "Shift+$" into one of the DataGrid column. What I want to achieve is that when user on the partipular column, then press "Shift + $", it fire command. If user on other columns, "Shift + $" works as normal input.
Can anyone give me some idea how I can achieve this?
Thanks
Jing