How to position cursor to the first character in the Datagrid cell (left part
of the cell rather than the right). default seems to be end of the value in
cell(right of the cell) when we use "F2" for editing.


Any suggestions are greatly appreciated.

Thanks

RE: Positioning Cursor in Datagrid cell by Techstudent

Techstudent
Mon May 23 18:04:01 CDT 2005

Got it , i just used SendKeys.Send("{HOME}"); // set to first character in
the cell

"Techstudent" wrote:

> How to position cursor to the first character in the Datagrid cell (left part
> of the cell rather than the right). default seems to be end of the value in
> cell(right of the cell) when we use "F2" for editing.
>
>
> Any suggestions are greatly appreciated.
>
> Thanks