Move from one cell to the next cell in a datagrid

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Tony A.

    Move from one cell to the next cell in a datagrid

    Is it possible to programatically move focus from one cell to the next cell
    on the same row of a datagrid?

    Any suggestions will be greatly appreciated.
    --
    Tony
  • JR

    #2
    Re: Move from one cell to the next cell in a datagrid

    i beleave

    datagrid.col +=1

    "Tony A." <TonyA@discussi ons.microsoft.c omschreef in bericht
    news:98573CFF-75E5-4273-8F7C-B2182561F146@mi crosoft.com...
    Is it possible to programatically move focus from one cell to the next
    cell
    on the same row of a datagrid?
    >
    Any suggestions will be greatly appreciated.
    --
    Tony

    Comment

    Working...