Is there a way I can remove the top left cell in a DataGrid ?
Asked
Active
Viewed 1,206 times
1
-
Do you just want to remove it or remove the behaviour of selecting all rows? For the behaviour you can check here: http://stackoverflow.com/questions/1504620/datagridview-override-top-left-header-cell-click-select-all – AAlferez May 22 '13 at 14:49
-
I would like to remove it completely – Sherlock May 22 '13 at 14:52
-
Hide it is a good solution – AAlferez May 22 '13 at 14:55