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
25
show groups only with more than 1 row
posted

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 Size
A 100
B 110
C1 120
C2 120

should become

A 100
B 110
Group 120 (2 Items)
  C1 120
  C2 120

What whould be the best way to achieve this?

Parents
No Data
Reply
  • 23930
    Offline posted

    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.

Children
No Data