What i want to do is whenever the downarrow is pressed, whether the datagrid has focus or not, the datagrid reacts as if the downarrow was pressed while it has focus. How would i go about doing this? I know how to use the forms keydown to react to the downarrow but i dont know how to then pass that to the datagrid so it acts as if it had the focus when the downarrow was pressed.