DataGridView initialisation
-
I have a simple question but I tried for a long time and I cannot find the answer. I have a DataGridView object on a form binded to a DataTable and I want the first cell of the first row to be in edit mode when the form shows up. The idea is for the user to start inputting data as soon asthe form shows up without having to use the mouse. I capture CellEnter and put the grid in edit mode, this works well if you tab through the grid but it doesn't work for when the form shows.
-
I have a simple question but I tried for a long time and I cannot find the answer. I have a DataGridView object on a form binded to a DataTable and I want the first cell of the first row to be in edit mode when the form shows up. The idea is for the user to start inputting data as soon asthe form shows up without having to use the mouse. I capture CellEnter and put the grid in edit mode, this works well if you tab through the grid but it doesn't work for when the form shows.