Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
gxt Editor Gridを使用しています。このグリッドでは、列の1つがGxt'SimpleComboBox'で構成されています。'コンボボックス'から値を削除しようとすると、値が再ロードされていました。この奇妙な動作は、「SimpleComboBox」をグリッドに追加した場合のみです。同じボックスを他のgxtコンポーネントに追加すると、正常に機能します。
combo.setForceSelection(true);を設定してみてください。