Right, in iGrid.NET we can have group rows of two types - automatic group rows and group rows created manually. That's why the Boolean RowIsGroup property from iGrid ActiveX was replaced with the iGRow.Type property of the enumerable type iGRowType in iGrid.NET. iGRowType contains 3 items: Normal, ManualGroupRow, AutoGroupRow.