What do you call the first column in a GridView? This is the leftmost non-databound column. Is it possible to prevent this column from being rendered?
+2
A:
I assume that you're talking about the column of row headers. If so, set the RowHeadersVisible to false.
SLaks
2009-10-12 15:45:42