mendix 10.24.9 datagird2 in phone web

0
i update the mendix version from 10.18.0 to 10.24.9. I meet a big trouble about the datagird2 in phone web side. when i deployment on the network. i found the datagird display like photo below. even i update the data weigets to new can solve the problem on computer but can't solve in phone.
asked
2 answers
1

hi,


After updating to Mendix 10.24.9, DataGrid2 sometimes displays incorrectly on Phone Web because some mobile browsers don’t fully support the grid’s CSS layout after the upgrade, and the Data Widgets module or theme CSS may not be updated to match the newer platform.

To fix this: update the Data Widgets module and your Atlas/Web theme modules from Marketplace, ensure your theme settings include theme.compiled.css in the correct order, clear the mobile browser cache or force a hard reload, and consider using Gallery/List View on small screens as recommended by the Mendix docs for better mobile behavior.

answered
0

Hello,


This issue can happen after upgrading Mendix because the phone browser may still be using old cached files. That’s why it works fine on desktop but looks broken on mobile.

Try opening the app in incognito mode on your phone or clear the browser cache. Also do a Clean Deployment Directory, run the app locally once, and redeploy. Updating Data Widgets to the latest version also helps.

In most cases, this fixes the mobile DataGrid2 display issue after an upgrade.


Thanks

answered