I'm using Gxt-2.2.0 and GWT 2.0. And GXT Numberfileds is not editable.
What can I do for editable NumberFields?
Following code is hopeless;
NumberField field = new NumberField();
field.setEditable(true);
I take the answer from GXT Development Team. The simple solution is upgrading Gxt-2.2.0 to GXT-2.2.1. This upgrade solved the problem.