Hello
Is it possible to put an item into multiple groups when grouping SfDatagrid?
For example, I have a Person object which works on many Projects. When I group on Project I'd like to see a Person in all the projects that he works on.
Or, in your Custom Grouping demo, I'd like to see a SalesByDate object in TODAY and THIS WEEK and THIS MONTH groups. Of course, THIS WEEK and THIS MONTH are new groups, they have to be added to the demo. This is similar to the History tab in Firefox browser, where the same link appears both in Today and last 7 days groups.
This is possible with the standard WPF DataGrid and ListCollectionView groups, but I don't see how to accomplish that with SfDatagrid.
Thanks, Tom