I developed a Grid Control and I want that when Tab is pressed it jumps from on cell ot another. The issue is that no matters what event I suscribe or I override on the control when tab is pressed it never gets called. I also try to catch the Tab at the Form level but it’s the same , any Key events respond to the TAB.
Any suggestions?
I developed a Grid Control and I want that when Tab is pressed it
Share
Have you tried to override IsInputKey?