SmartGWTEE, 2010-11-4 version, explorer and firefox.
When a ListGrid is configured to:
* setModalEdit(true)
-> if you start editing a record by double clicking on it but don't change the value at all, and then click\doubleclick on another record, the existing value disappears (set to nothing).
You can recreate the bug by changing these 2 lines in the MassUpdate example.
countryGrid.setModalEditing(true);
I would expect the listgrid not to delete the values in the edited cell.
When a ListGrid is configured to:
* setModalEdit(true)
-> if you start editing a record by double clicking on it but don't change the value at all, and then click\doubleclick on another record, the existing value disappears (set to nothing).
You can recreate the bug by changing these 2 lines in the MassUpdate example.
countryGrid.setModalEditing(true);
I would expect the listgrid not to delete the values in the edited cell.
Comment