tags:

views:

51

answers:

1

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