Getting rid of the first (auto) column in DataGrid

  • Thread starter Thread starter Vlad
  • Start date Start date
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!
 
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
 
Back
Top