In a dataGridView1, you can Edit for example 5 Columns but before the First Column there is one column that has a star(*) in fron of the first row.

What I wonder here is if it is possible to take this column away. It is possible to 'drag' the column away in the application but is it possible in the properties to take this column away.
I am trying to find something in the properties.

Recommended Answers

All 2 Replies

Did you try myGrid->RowHeadersVisible = false; ?

I didnĀ“t try that one but this worked well.
Thank you...

Did you try myGrid->RowHeadersVisible = false; ?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.