Hi
I have a question regarding the group by in the Windows grid.
If you have more than one column in the group by box, the grid will show each column in a row in the grid itself with an +/- for opening and closing the group.
Is it possible to have all these grouping in one line and no +/-, but always have the groups open like:
+/- City : City1 (x items)
+/- Company : Company1 (y items)
data
+/- Company : Company2 (z items)
become something like
City1 / Company1
City / Company2
I'm not sure if this can be done, but if it can, it would have to be done using the Indentation properties on the band like Indentation, IndentationGroupByRow, and IndentationGroupByRowExpansionIndicator.