|
-
August 14th, 2012, 05:19 AM
#1
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
-
August 15th, 2012, 08:59 AM
#2
Re: Datagridview
Change the EditMode of the DGV to EditOnEnter
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|