Update postings on Datagrid
Recently I wrote two posts on the Silverlight Datagrid:
- Synchronizing group row headers with column headers in Silverlight DataGrid
- Drag and Drop grouping in Datagrid
Andy noticed that in a comment that the synchronizing of the group row headers with the column headers did not work correctly when the group headers were scrolled out of view and then back into view again.
After investigating the reason of this behavior I have decided to take another approach and to re-implement this functionality. Some additional testing of this new implementation reveals that the issue reported by Andy has been solved. The only quirk … Continue Reading

