Hiding first column in DataGrid

  • Thread starter Thread starter Richard Keller
  • Start date Start date
R

Richard Keller

I want to hide the first column(the one with the carret)
in a DataGrid. How do I do this?
I have searched thru the archive posts but could not find
an answer.
 
Hi,

Set the datagrid( or tablestyle if you have one) rowheadersvisible
property to false.

Ken
 
Thanks, I tried that earlier, but I was not referencing
the right tablestyle, it worked fine when I used the
right tablestyle.
Richard
 
Back
Top