Hidding Row Selector Columns of DataGrid

R

Rajeev Soni

Hi

i want to hide the row selector column, first column of the datagrid which allows to select complete row / shows ">" for the active row.
how can it be done?

Rajeev
 
R

Rajeev Soni

Thanks Kristin,

I tried with DataGrid.RowHeadersVisible property to false. Actually DataGridTableStyle.RowHeadersVisible was overriding the false property of DataGrid, so if set the DataGridTableStyle.RowHeadersVisible property to false. Row headers will not be visible.

Rajeev
Did you try setting the DataGrid.RowHeadersVisible property to false?

The DataGridTableStyle associated with your DataGrid also has a RowHeadersVisible property but I believe the DataGrid property takes precedence. Setting both to false is the surest coarse of action.

Kristin
Hi

i want to hide the row selector column, first column of the datagrid which allows to select complete row / shows ">" for the active row.
how can it be done?

Rajeev
 

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