Hi,
I have a grid that I would like to display a group by row that has no child rows. Is this possible? I have a OutlookGroupBy (header hidden) column that is the "Status" of the client. If there are no rows that are say "Active", I would like to display "Active: 0" in a group by row. I am using UseRowLayout=true if that matters.
Thanks!
David A.
Hi David,
The grid will never show a GroupByRow that has no child rows.
The only potential solution I can think of would be to use add a "fake" row of data to your grid so that there is actually a row in that group. Then you would have to modify the GroupByRow's description so that it says "0" even when there is actually 1 row. And then do something to the row so the user knows it's not a real row - like maybe make it semi-transparent or use a DrawFilter to prevent it from drawing at all.