Hey guys (this one is about winforms)
I need to programatly set a cell in editing mode. I know that setting that cell as CurrentCell and then call the method BeginEdit(bool), it should happen, but in my case, it doesn't.
What i really want to do is, with my DGV with several columns, the user can ONLY select and also edit the first two. The other columns are already as read only, but the user can select them, and that is what i don't want.
So I was thinking, tell the user to TAB everytimes finished writing on the cell, then select the second cell, then tab again and it select and begin edit the next row's first cell...
Can anybody tell me how to do this??? Thanks in advance