crausch

crausch

  • NA
  • 53
  • 0

DataGridView Cell selection

Apr 23 2007 4:09 PM
I am using a DataGridView control and I have three columns in my grid. I do not want the first column to be selected (because I have set it to read-only).

How can I force the cell selection to move to the next column when ever focus is placed on column 1?

I used the Cell Enter event but when I tried to set the cell in the next column to selected, I would receive a error.


Answers (1)