The first TASK column will always have a value in every row. The second DEPARTMENT column will have some rows with a value. I would like to hide the DEPARTMENT grouping when there are no values within the first grouping of TASK.
I only best explain this visually.
The angular material looking tables are the grids where its grouping by DEPARTMENT even when there is data.
The tiny table with green rows is my very old school way of doing grouping. As you can see the last TASK row has 1 department grouping, whereas the other Task groups did not group by department because there is no department.
How do I accomplish this in Kendo Grid.I have search the forums and didn't find anything that lead me to a fix or hack. Your help is greatly appreciated.