Help Needed: Restore Classic Data Grid 2 Layout in Mendix 11.3

0
Hi Team,   I hope you're doing well.   I'm currently working with Mendix 11.3 and have noticed that the Data Grid 2 widget now defaults to a list-style layout, which appears to differ significantly from the traditional table/grid appearance we had in previous versions.   For consistency and usability, I’d like to revert the look and behavior to match the older Data Grid 2 style (as it was before this change). Has anyone encountered this or found a way to adjust the layout settings or styling to replicate the previous version's behavior?   Any guidance, suggestions, or best practices would be greatly appreciated.   Thanks in advance!   Best regards, Amira AlHajri
asked
2 answers
-1

Hi Amira! How are you?

This behavior is usually caused by the Responsiveness settings within the Data Grid 2 properties.

You likely need to adjust the "Show as list" (or "Switch to list view") configuration. If it is set to a higher breakpoint like Tablet or Desktop, it forces the list layout. Changing this setting to "Never" or "Phone only" should revert the widget to the traditional table/grid appearance you are looking for.

Hope this helps!

answered
0

For anybody else running into the same issue, the solution for me was to download the Data Widgets Marketplace Module, replacing the existing one, then updating all the widgets by right clicking on the error message.


Good luck to all~

answered