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
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