Hello,
I've got a question on how to display group-by-rows, that have no child rows below them.
My current solution is to add "dummy"-rows that are grouped below those group-by-rows, which themselves are hidden.
But that's a solution which is very unsatisfactory. Is there probably another "best practice" to achieve the desired result?
Thank you very much and a happy new year! :)
Hi,
Adding a fake row is pretty much the only way to do it. The GroupByRow functionality in the grid is designed not to display empty GroupByRows.