Is any ways to do not hide empty group?

My grid consists of several grouped rows.



User can add/delete rows.

Is it possible, that after removing all rows from group, group was visible?

By default grid removes empty groups ( groups are “fake” rows and can’t exist wihtou normal rows related to them )
If you need such kind of view - look at the TreeGrid component, it allow to construct true hierarchy.