I'm currently grouping items in a DataGrid by a string property and that is working great.
For items where this property is empty I don't want these items grouped. They are currently all being grouped into one group (which is technically correct).
Is it possible to have grouped and non-grouped items in the same grid?
Hi,
I am just checking, if I can be of any further assistance regarding this issue.
Regards Petar.
Hi Petar,
I found no solutions. I ended up restyling the GroupHeader for the items with an empty property to be just a thin line and set that header to IsExpanded to true on load. Not the best but it works.
Jamie
Hi Jamie,
Really glad to hear you worked something out. I hadn't thought of that actually. It is kind of clever and I think this is your best option at the moment.
Best regads Petar,