winapp: how to activate the focus in the selected datagridview cell?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • nev
    Contributor
    • Oct 2007
    • 251

    winapp: how to activate the focus in the selected datagridview cell?

    i can select a particular dgv cell by...

    dgv.currentcell = dgv.rows(i).cel ls(i)

    but how can i activate the blinking cursor in it so that it's ready to accept text input?
  • nev
    Contributor
    • Oct 2007
    • 251

    #2
    ohh, me dumb. i get answur m'self...

    dgv.beginedit(t rue)

    :-)

    Comment

    Working...