G
Guest
I have been looking on different message boards to see how to hide a column in a datagrid. The only thing I have found is the following
RacDataSet.Tables("TableName").Columns("ColumnName").ColumnMapping = MappingType.Hidde
Is this correct? It doesn't seem to be working so I don't know if I am forgetting to do something
RacDataSet.Tables("TableName").Columns("ColumnName").ColumnMapping = MappingType.Hidde
Is this correct? It doesn't seem to be working so I don't know if I am forgetting to do something