I'm using this example to create a dynamic gridview:
http://blogs.telerik.com/vladimirenchev/posts/11-09-28/dynamic-binding-for-your-silverlight-applications.aspx
In my application the first 3 columns always have the same column header.
Is it possible to group these 3 columns directly after loading and hide the grouped header?
I've tried to use
and
But this is not working in combination with
AutoGenerateColumns="True"