Link to home
Start Free TrialLog in
Avatar of rjuch
rjuch

asked on

Hiding winforms Datagrid 'selector' column

Hi

I would like to remove that default column grey selector column that gets added as the first column in a datagrid,
Is it possible and if so how do I do it ?

Regards

Richard
ASKER CERTIFIED SOLUTION
Avatar of the-edge
the-edge

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of rjuch
rjuch

ASKER

No, that gets rid of column headers, ie. first row.. i want to get rid of that grey 'column' on the left
no! this hide the grey column on the left. have you tried it?

the ColumnHeadersVisible property hide/show the column's headers
the RowHeadersVisible property hide/show the row's headers

try it and let me know. i've tried it and it works fine.

the edge
Avatar of rjuch

ASKER

Sorry man, misread your comment and used columnHEadersVisible :)