CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: Datagridview

  1. #1
    Join Date
    Feb 2009
    Posts
    192

    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

  2. #2
    Join Date
    Aug 2009
    Location
    NW USA
    Posts
    173

    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
  •  





Click Here to Expand Forum to Full Width

Featured