Is there a way in which I can set some columns in a DataGrid to be visible and some not (depending on a selection made).
Initially (using the DataSource to be a DataTable) we have all the fields on dislay in the grid - how can we set up some code to show / hide columns that we select ?
Any help would be appreciated.
I'm new to the world of C#/.NET
Thanks in advance.
Steve
Initially (using the DataSource to be a DataTable) we have all the fields on dislay in the grid - how can we set up some code to show / hide columns that we select ?
Any help would be appreciated.
I'm new to the world of C#/.NET
Thanks in advance.
Steve