DataGrid Turning Off Row Headers
-
There is a property of the Windows Forms DataGrid called RowHeadersVisible. I set it to false, but the row headers never seem to disappear. Has anyone had any success getting row headers to disappear? Thanks! Mark
-
There is a property of the Windows Forms DataGrid called RowHeadersVisible. I set it to false, but the row headers never seem to disappear. Has anyone had any success getting row headers to disappear? Thanks! Mark
If you have used custom table and column styles, then you need to turn that property off on the DataGridTableStyle object.
-
If you have used custom table and column styles, then you need to turn that property off on the DataGridTableStyle object.
Thanks Brian! That is exactly what it was. Mark
-
There is a property of the Windows Forms DataGrid called RowHeadersVisible. I set it to false, but the row headers never seem to disappear. Has anyone had any success getting row headers to disappear? Thanks! Mark
hi, I wrote an article for DataGridFormattings. That will help you out from this senario.:) Sreejith Nair