How do you remove this:
+2
A:
If that is a Windows Forms DataGridView in .Net, then you can hide that column by setting RowHeadersVisible to false, either in the Properties window or at runtime.
Michael Todd
2010-09-25 04:12:16