Hi Ashok,
I'm not clear on what the problem is. If you click on a cell in the grid and that cell goes into edit mode, then the cursor is automatically positioned at the point where you clicked.
Your code is explicitly selecting all of the text in the AfterEnterEditMode event. So all you have to do is NOT call that code.
Hi Mike,
When i single click the cell it goes to edit mode but the cursor always goes next to the first character.
For example the value in a cell is "Checking". I place the mouse pointer over "K" and single click the cell.
The cursor goes next to the first character "C" and not next to "K".
I want the cursor to go next to "K" when i single click.
Pls note when i single click the cell for the second time it is going next to "K".
Am i missing anything in my code or somewhere am i setting any property that affects this behavior?
Thanks
Ashok