E10.2 EpiCombo Column DropDown List Issue

I seem to remember there was a way to add a header column label to the DropDown Columns displayed in an EpiCombo. But I cannot remember how that was done.
I have drop down list values showing from my epicombo below, but I cannot tell which values belong to which field because of the EPiColumns not having header labels.

I think that would be a BAQ Zone.

1 Like
cmbRMCategory.DisplayLayout.Bands[0].ColHeadersVisible = true;

You might also want to adjust your widths in the properties.

1 Like