In Q3 2007 SP1 we were formatting a DateTime column using gridViewDateTimeColumn.Format = "{0:dd-MMM-yyy}"; This no longer works.
Using the control spy, the column's format shows "{0}". If I change it back to "{0:dd-MMM-yyy}" in the control spy, the values are formatted appropriately.
I've also tried setting the DataTextFormatString when initializing the column, with the same results.
Using the control spy, the column's format shows "{0}". If I change it back to "{0:dd-MMM-yyy}" in the control spy, the values are formatted appropriately.
I've also tried setting the DataTextFormatString when initializing the column, with the same results.