Jagadeesh85s
Jagadeesh85s

Reputation: 83

Why GXT simplecombobox is not properly working in Editor Grid?

I am using gxt Editor Grid, in which one of the column configured with Gxt 'SimpleComboBox'. When try to delete the value from the 'combobox', the value was reloading back. This strange behavior is only when i add the 'SimpleComboBox' to grid. If a add the same box to any other gxt components it is working fine.

Upvotes: 0

Views: 492

Answers (1)

Jagadeesh
Jagadeesh

Reputation: 2800

try to set combo.setForceSelection(true);

Upvotes: 2

Related Questions