Most likely, the question should sound like this: Is there a property to set the height of group rows created automatically?
When iGrid creates a new group row, it uses the value of the DefaultRowHeight property as the row height. Thus, it seems, you can solve your task by setting DefaultRowHeight to the required value after you populated the grid with normal rows, but before you call the Group method.