DataGridView inserting new row when filling column headers.
- by fireBand
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.