Home All Groups Group Topic Archive Search About

Move to next cell in a Datagrid

Author
25 Jul 2006 5:39 PM
Tony A.
After programatically entering data into a cell of a datagrid, how can I move
focus to the next cell on the same row?
--
Tony

Author
26 Jul 2006 12:21 PM
Brian Tkatch
Tony A. wrote:
> After programatically entering data into a cell of a datagrid, how can I move
> focus to the next cell on the same row?
> --
> Tony

Is that DataGrid.HitTest?

B.