G
Greg
I know that I can programatically hide a column in a DataGridView but I'd
like to be able to specify in my DataView or DataTable that a column should
not be displayable. I tried using DataColumn.ColumnMapping and setting it
to MappingType.Hidden but that works only for some types. If i try to use
that for a GUID column type it throws an exception. Is there a good way to
specify that some columns in a DataSet should not be displayed without
having to explicitly hide the columns with the Grid?
like to be able to specify in my DataView or DataTable that a column should
not be displayable. I tried using DataColumn.ColumnMapping and setting it
to MappingType.Hidden but that works only for some types. If i try to use
that for a GUID column type it throws an exception. Is there a good way to
specify that some columns in a DataSet should not be displayed without
having to explicitly hide the columns with the Grid?