Remove left "arrow column" from a datagrid

GeXus

New member
Joined
Mar 27, 2007
Messages
3
Programming Experience
Beginner
I'm not sure of the formal name for this, but on a datagrid there is the left column that has an arrow on each row when you select.

How would you remove this?

Thanks!
 
Your user profile is .Net 2.0 but you ask about DataGrid control - Is this correct? The DataGridView control would be the preferred Grid control to use in most cases with .Net 2.0. (both has the RowHeadersVisible property)
 
Back
Top