I'm doing this to erase the rows of my datagrid.Rows.Clear (); this erases the rows to me, but it leaves me the headings and I also want to erase the columns, how do I do it?
the rows and columns are added by code datagrid.rows.add (), not filled with datasource and database.
Thank you.