Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Editing in ListGrid bug

    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.

    #2
    This was recently fixed. Please pick up the latest nightly build.

    Comment

    Working...
    X