Is there any way to remove or hide winform\'s datagrid gray area when data is not avaiable?
Second this how to remove/hide the default gray column?
Just put this piece of code. Worked for me.
DataGrid.RowHeadersVisible = false; DataGrid.ColumnHeadersVisible = false;