HI,
Ive got ( 10 ) gridview colums i want to hide.
Now i do it like this:
- customersDataGridView.Columns["CustomerNumber"].Visible = false;
- customersDataGridView.Columns["FirstName"].Visible = false;
- customersDataGridView.Columns["lastName"].Visible = false;
But is there a faster way i could do this with less code ?