Objective:
To remove the ever so annoying column that is added by default to the front of every row in a data grid view object in VB.NET.
Problem:
After searching for a solution to this rather easy problem, I decided that it would be best to post this online for others to see and benefit from. In VB.NET when you use a data grid view object and populate it with data, the data grid view by default sets a column in front of every row so that you know which row you are editing or have selected cells. Getting this column to disappear is rather simple.
The Fix:
There are two ways to fix this issue:
Join the conversation! Your thoughts help the community grow.