The following example shows how to customize the in-place combo box editor's appearance when its text field is not editable.
In this example, in-place combo boxes are used to edit the 'Access Card Color' column field values. The appearance of the editors' items in the drop-down list is specified via the editors' ItemTemplate property.
The combo boxes' text fields are not editable, as they display the selected color when the editors are active. The text fields' appearance is specified via the EditNonEditableTemplate property.