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?
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?
Comment