I’m looking in silverlight for a control that support grouping and the possibility to customize the group header with a template (like a grid with text and images)
I tried the DataGrid, but I can set only a String as the group header (or if I’m wrong how can I display a string and two images?)
Thank you
Francesco
BTW: I’m using MVVM and bindings.
EDIT: I’m looking primarily to something standard (microsoft) or free component. Or we (the company for which I work) already use ComponentOne.
I decided to use the FlexGrid of ComponentOne.
In this way I used the grouping mode to group (together with the disclosure function), and the merging function to merge the first column of each group.