Announcement

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

  • stonebranch3
    replied
    Thanks for the quick fix.

    Leave a comment:


  • Isomorphic
    replied
    Apologies for the delay in updating here - a fix for this issue has now been applied and you can try it out in tomorrow's builds, dated April 3 and later.
    Last edited by Isomorphic; 2 Apr 2025, 01:30.

    Leave a comment:


  • Isomorphic
    replied
    Thanks for the report - we see the issue and have a fix in progress.

    Leave a comment:


  • stonebranch3
    replied
    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.

    Leave a comment:


  • 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



Working...
X