I have a DataGrid with an ArrayList as the DataSource and
using DataGridTextBoxColumn to allow user entry in
columns. Is there an easy way to let the text box handle
keyboard shortcuts such as Home,End, etc. keys rather than
have them apply to the DataGrid itself? For example, when
editing in the text box, if you press the Home key it will
move to the first column in the grid rather than the
cursor moving to the beginning of the text in the column.