Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
45
Group By Field Which is a collection
posted

I'm using XamDataGrid and I am binding to a collection of Things.  One of the fields in Thing is a collection of Tags.  I want to group by the field Tags so that for each Tag, a group is created containing all Things that were marked with that tag.  Is this possible to do with the group by feature of XamDataGrid?

Parents
  • 6867
    posted

    Hi,

    You will need to create a new data source with the correct shape.  The GroupBy feature does not display one data item in multiple groups.  You'll have to bind the grid to a data source that provides the duplicated data items.

    Josh

Reply Children
No Data