Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Sergei on Oct 30, 2008 06:43
open dhtmlx forum
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?
Answer posted by Support on Oct 30, 2008 09:13
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.