Weblistbox Row Reordering does not change the order

Window 11 Xojo 2025r1.1 In a webapp using the weblistbox I turn on Allow Row Reordering. When I drag and drop a row, the visual order does change. But when I loop thru each row starting at 0 and read the cell text it reads the original order instead of the new order. Is there a fix for that or has it been fixed in a newer Xojo version? I don’t want a plugin. Thanks

I reported something similar before, but in my case it was with Weblistbox Sorting (not Reordering).

See https://tracker.xojo.com/xojoinc/xojo/-/issues/62772

I wonder, could this be part of the same problem?

I found this in the 2025r3 release notes. I wonder it that will fix my issue.

Web: Fixed a WebListBox issue causing the SelectedRowIndex to report a wrong value after reordering rows, when not using a WebDataSource.

You can create a sample project, download Xojo 2025r3.1 and test to see if your issue was fixed.

Or paste the sample project here (zip) and someone with a newer version will test for you.

1 Like

I installed 2025r3.1 and that fixed the issue. Thanks for the help.

2 Likes