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
 

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

Back
Top