I have a grid where only a single column can be edited. Regardless of how cells in this column are entered (mouse, tab key, up arrow, down arrow), I want the text in the cell highlighted upon entry. Accessing the cell via the tab key does this but mouse, up arrow, down arrow do not. What is the best/easiest way to do this? Thanks.
What if you used the same code in the AfterCellActivate event?
Only problem is you have to make sure the cell is in edit mode or you'll get an exception.