When i create group by on Ultragrid using a column e.g. 'Sector' its created with multiple groups of "None" when the values are null.
The desired behavior should be only one group of "None" and not multiple groups of "None"
Please advice.
I see multiple groupings of Null when the value is blank. Ideally it should show only one group of "None".
See the attached file
I want to make sure I'm following you with the question...
You have an UltraGrid and when you have a column with null values and perform a GroupBy on that column, you see multiple GroupBy Rows for the nulls instead of one GroupBy Row for all the null values?
I see one as shown in the image below:
There are 507 items in Northwind database with null ShipRegion values. What are you seeing?