Thanks for the quick answer!
This works perfectly!
Hello Jochen,
To hide the header can be done when styling the ComboHeaderCellControl. E.g.:
<Style TargetType="ig:ComboHeaderCellControl"> <Setter Property="Visibility" Value="Collapsed"/></Style>