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
525
GroupBy - Only certain items
posted

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?