Getting rid of the first (auto) column in DataGrid

V

Vlad

Hi all.

Is it possible to remove the very first column (the one that has an "arrow"
when you click on the row) from a DataGrid that is added to the grid by
default?

Thanks!
 
M

Maqsood Ahmed

Hello,
You can set RowHeaderVisible property of the DataGrid control and
DataGridTableStyle to false.

HTH. Cheers.
Maqsood Ahmed [MCP C#,SQL Server]
Kolachi Advanced Technologies
http://www.kolachi.net
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top