Announcement

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

    Reordering records in a TreeGrid with record components behaves differently in SmartGWT 13.1p.

    Isomorphic,

    We have a TreeGrid that allows reordering records. The TreeGrid uses a record component (DynamicForm with a SelectItem) for one of the fields.

    In Smart 12.1p, you couldn't drag the record if you did a mouse down on the record component, however, in SmartGWT 13.1p, dragging is enabled. The problem is that it doesn't select the underlying record in this case and moves the previously selected record.

    Thanks




    #2
    This can be reproduced by modifying the following Showcase sample:

    https://smartclient.com/smartgwt/sho...d_cell_widgets

    Enable reordering of records by adding the following line:

    Code:
    countryGrid.setCanReorderRecords(Boolean.TRUE);
    Select a record and then drag a different record from the Info button. The previous record will be moved instead.

    Comment


      #3
      Thanks for the report - we see the issue and have a fix in progress.

      Comment

      Working...
      X