grid

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is it possible to hide the "gray" column on the left side of the datagrid,
and is it possible to put data in there if i can't hide it?
 
Hi Mike,

I think you want the DataGrid.RowHeadersVisible property. Set it to false,
that should fix your problem.

Hope this helps.

Regards,
Matt Garven
 
Back
Top