Hi,
I like the DataGrid very much. There seems to be just one feature I'm missing: I'd like to have a single row (item) appear in multiple grouped areas.
The concrete scenario I have is: my items have a tag property and each item can have multiple tags (IEnumerable<Tag>). So if I want to group the items by their tags, one item will have to appear in none, one or even more than one group.
Even when using the delegate group descriptor functionality, I can only have a single group key for each item. Is there a way to do this or else may I suggest to add a feature like that? That would be very helpful.
I'm able to work around this for now by virtualizing/duplicating the items based on their amount of tags in the background by myself, but of course this is not a very good solution.
Thanks very much,
Bernhard