In this short post, Emiel Jongerius explains how to change the caption of the column name on a group row in a
Silverlight DataGrid.
Source: On developing Pochet.NET
Grouping in the DataGrid in Silverlight is quite easy. What is not so obvious is how to change the caption of the column name on the group row. It turns out that you could use the LoadingRowGroup of the DataGrid.