Hi,
I have TextBox which allows the user to enter a query and a datagrid below with live results. I want to redirect Down/Up/PageDown/PageUp keys from TextBox (which is focused) to the DataGrid with results. I don't have a problem with intercepting KeyDown/KeyUp evens from TextBox but don't know how to "inject" them into DataGrid.
What would be the simplest way to do this (without manually controlling a selected DataGrid row, reinventing PageDown/Up behavior or scrolling selection into view)?
Many thanks,
Karol