|
I need to disable the possibility to move from certain columns of my DataGrid using TAb and SHIFT-TAB. How do I catch that 2 keys were pressed on the keyboard? What function should I override on DataGrid to do this? The KeyUp and KeyDown don't seem to fire. Thanks. |