RE: Create combobox on Grid's inline editor

Hi,

I think you need to provide your own field factory via com.vaadin.ui.Grid.setEditorFieldFactory(FieldGroupFieldFactory) where you can return the combobox for the column you want.

-tepi