
Problem -- Hide the Datagrid column in VS.NET 2003
I migrate the project from VS .NET 2002 to 2003. There is function to hide
the datagrid column by setting the zero width. I found out that if
configuring the alignment of column to centre and setting the width to zero,
the columen is hiden but the header text still exist (half of whole header
text).
Also it will mix up the column autosizing capability.
Does anyone know how to fixed that?