My issue is following.
I have a grid representing some items with different properties, one of them is size. I'd like to group the items by size, but show items with unique size without it's group. Something like following.
Flat data:
Name SizeA 100B 110C1 120C2 120
should become
A 100B 110Group 120 (2 Items) C1 120 C2 120
What whould be the best way to achieve this?
Hi Tymur,
Thank you for posting our forums.
Currently the UltraGrid doesn’t have such functionality. Either all rows in the grid are grouped by or none of them are. You can log a new product idea for this from our product ideas site.
Let me know if you have any additional questions.