-
Datagridview
Hi,
I have a datagridview (DgvPracExcl), on it I have a bounded field with a design name 'Notes' and columntype: DatagridviewTextBoxColumn.
At runtime a user can type in text on this textbox and save to the database.
The only problem is that I have to double click the 'Notes' part of the record at least twice for the cursor to blink for data to be typed in.
Is it possible just to click once instead of double click twice to activate the cell?
Thank you
-
Re: Datagridview
Change the EditMode of the DGV to EditOnEnter