Hi,
since i've upgraded to the Q1 2008 GridView, any type of value formatting has been broken. For example:
1. In the grid view column definition I have set the format as follows:
gridViewDateTimeColumn1.FormatString = "{0:dd/MM/yyyy}";
When the data loads, this format is ignored and the date is shown with the default ToString() value.
2. I have a GroubBy expression declared as follows:
gvMatter.MasterGridViewTemplate.GroupByExpressions.Add("[System] as [s] Group By [s]", "{1}");
When the grid loads, it shows the summary header as s:Something even though it should only be showing the "Something" part of the text.
Can anyone shed some light on this problem?
thanks