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
The options are a bit limited with datagrid columns, i tried doing it this way:
Unfortunately this throws an exception telling you that Shift+D4 is not supported by KeyGesture. I think your plan might not work out anyway…