close
    how to set focus a cell in datagridview in vb.net

    Does anybody call help me?


    I am trying to set focus a cell.


    I enter data in datagridview cell and then press tab to next cell. before enter next cell, I want to do some validation on the data entered in the first cell. if the data not validate value, clear the data and set focus to first cell.


    the code would me like this


    Private Sub DataGridView1_CellEnter(ByVal sender As Object, ByVal e As System.Windows.Forms.DataGridViewCellEventArgs) Handles DataGridView1.CellEnter

    If DataGridView1.Rows(0).Cells(0).Value <> Nothing Then
    DataGridView1.Rows(0).Cells(0).Selected = True
    DataGridView1.Rows(0).Cells(0).Value = ""
    'DataGridView1.CurrentCell = DataGridView1.Item(0, 0) ------ this give an error


    'Operation is not valid because it results in a reentrant call to the SetCurrentCellAddressCore


    function.
    End If


    End Sub

    0  Views: 1522 Answers: 1 Posted: 12 years ago

    1 Answer

    Try here


    http://www.vbforums.com/showthread.php?588787-RESOLVED-Set-focus-in-a-specific-cell-of-a-datagridview



    Top contributors in Uncategorized category

     
    ROMOS
    Answers: 18061 / Questions: 154
    Karma: 1102K
     
    Colleen
    Answers: 47269 / Questions: 115
    Karma: 953K
     
    country bumpkin
    Answers: 11322 / Questions: 160
    Karma: 838K
     
    Benthere
    Answers: 2392 / Questions: 30
    Karma: 760K
    > Top contributors chart

    Unanswered Questions

    ismail02hossen
    Answers: 0 Views: 2 Rating: 0
    ismail02hossen
    Answers: 0 Views: 1 Rating: 0
    uk88studio
    Answers: 0 Views: 3 Rating: 0
    m88innet
    Answers: 0 Views: 6 Rating: 0
    bong88nacom
    Answers: 0 Views: 8 Rating: 0
    q789winclub
    Answers: 0 Views: 9 Rating: 0
    sin8863ukcom
    Answers: 0 Views: 7 Rating: 0
    > More questions...
    489727
    questions
    725338
    answers
    822437
    users