This question is locked. New answers and comments are not allowed.
I have a TextBoxEdit cell in my gridview. I have set EditTriggers="Default, CellClick" which puts the cell in to edit mode on the first click which is nice. However the cursor defaults to the first position in the textbox and if I want to move the cursor I have to use the keyboard and not the mouse since when I click again with the mouse I go out of edit mode and into cell selection mode. I want the cell to stay in edit mode and the cursor to move to the location I clicked.
Thanks,
Mike