Data Grid 2 Widget – Last Column Resizer Not Available Across All Data Grids - Mendix Forum

Data Grid 2 Widget – Last Column Resizer Not Available Across All Data Grids

2

Introduction


We have observed this behavior in Mendix 9, specifically version 9.24.34, where the last column in Data Grid 2 cannot be resized. We have also noticed similar behavior in Mendix 10, although the issue appears to be inconsistent across implementations. This affects applications using the Data Widgets module from the Marketplace and has been reproduced across multiple Data Grid 2 instances. After raising a support ticket, we were informed that this is currently the expected behavior rather than a defect.


In Data Grid 2, the last column is intentionally used as a buffer to absorb remaining space and maintain the overall grid width. As a result, the last column cannot be resized by users, and no resize handler is rendered for that column.


Problem


This behavior can be limiting in scenarios where users need full control over column widths. During testing, we observed that:


Initially, this appeared to be a widget issue because the resize element was missing from the DOM. However, support confirmed that this is the expected behavior.


Suggested Enhancement


Provide a configurable option that allows developers to choose how the last column behaves:


This would provide greater flexibility for applications that require precise column sizing while maintaining backward compatibility with the current implementation.

asked
1 answers

Hi Elias, thanks for noticing this.

Created