When tabbing into a grid where TabNavigation = TabNavigation.NextControlOnLastCell. The Navigation will start at the Top and go through the grid until the last cell. The problem is that after leaving the grid and returning (via tab) the entry keeps happening at the last cell instead of starting back at the top.
How can I change this?
thanks
-Ken
Hello Ken,
We are still following this thread.
If you need any further assistance with this matter please feel free to let us know.
Hi Ken,
I think you would have to handle the Enter event of the grid and activate the cell you want and put it into edit mode. I'm not entirely sure how you would do this, though, since there is no way to tell if the user tabbed into the grid or clicked on a cell, and presumably you would only want to do this when the user tabs. Maybe trap for the tab key and keep a flag.