Hey Jack,
I know I'm always straying from the ASP.NET world but hope the programming concepts are valid enough that you don't mind. In a Windows Form when a cell inside a datagrid has the focus and the up or down arrow key is pressed the focus moves to the previous or next cell. How can I intercept this event and execute code based on the pressing of the up or down arrow key? The OnKeyUp, OnKeyPress and OnKeyDown are not working as normal in the datagrid. Any ideas?
Kyle
I know I'm always straying from the ASP.NET world but hope the programming concepts are valid enough that you don't mind. In a Windows Form when a cell inside a datagrid has the focus and the up or down arrow key is pressed the focus moves to the previous or next cell. How can I intercept this event and execute code based on the pressing of the up or down arrow key? The OnKeyUp, OnKeyPress and OnKeyDown are not working as normal in the datagrid. Any ideas?
Kyle