datagridview style

Is there any way to remove the "pencil" column on the left?
[69 byte] By [cablehead] at [2007-12-22]
# 1

Yes Set RowHeadersVisible to false



dataGridView1.RowHeadersVisible=false;

MohammadAlHusseiny at 2007-8-30 > top of Msdn Tech,Visual C#,Visual C# General...