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
75
Hide GroupBy Row
posted

I have a set of data where there may be 1, 2 or 3 parts of a primary piece of data.  The user wants the 1,2 or 3 rows to be always grouped together, however they do not want a group by row (I've already shown them that).  I've also tried an hierarchical grid and they don't want that either, because they need to look at the grid at a glance and see everything.

They want something like this:

A1
A2
A3
B1
B2
C1
D1
D2

Now even when they click to sort any of the other columns of data, all the A's should stay together in a group.

I've been trying to figure this out for a while and I'm stumped!

Thanks in advance.