Announcement
Collapse
No announcement yet.
X
-
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:
-
Thanks for the report - we see the issue and have a fix in progress.
Leave a comment:
-
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:
Select a record and then drag a different record from the Info button. The previous record will be moved instead.Code:countryGrid.setCanReorderRecords(Boolean.TRUE);
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
Tags: None
Leave a comment: