DataGridView inserting new row when filling column headers.
        Posted  
        
            by fireBand
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by fireBand
        
        
        
        Published on 2010-06-13T06:32:22Z
        Indexed on 
            2010/06/13
            22:02 UTC
        
        
        Read the original article
        Hit count: 242
        
vb.net
|datagridview
DataGridView inserting an extra row every time I populate with data. The row appears even if I only fill the column headers. This is causing problems when I try to get values of each cell.
Is there a way to avoid this perhaps in properties?
Thanks in advance for any suggestions.
© Stack Overflow or respective owner