15
Views
4
Comments
[OutSystems Data Grid] Datagrid columns resized unexpectedly
outsystems-data-grid
Reactive icon
Forge asset by OutSystems
Application Type
Reactive
Service Studio Version
11.55.43 (Build 64386)

I am using the datagrid component on a page. For user requirements, I am using the solution found here so that the columns occupy all the available space.

The datagrid allows you to open and view the details of a project in a tab (in the application, not the browser). When I return to the tab containing the datagrid, the column widths seem to be recalculated, which causes readability issues for some of the columns. 

Has anyone here observed similar behavior and could point me in the right direction to resolve it? 

2022-11-12 11-28-30
Gonçalo Martins
Staff

Hello @Vincent Perhirin 

To make this more collaborative and to make sure the community is looking into the same use case that you're reporting, please share a sample oml where that can be reproduced and please indicate the steps to reproduce the scenario you mentioned (include a GIF/video if it's easier).

Cheers,
GM

UserImage.jpg
Vincent Perhirin

Hi @Gonçalo Martins
Here is a video showing the behavior I was describing. 
Hope it will help to understand what it is happening. 

Enregistrement de l’écran 2025-10-24 à 10.12.54.mov
2026-01-28 16-57-48
Mihai Melencu
Champion

Hi Vincent,

Hard to tell from the video, but if you're refreshing the data source, that could be causing the issue. In that case, make sure to re-run the same column width adjustment JavaScript in the actions where the refresh happens, and place it as the final step in the flow. 

2022-11-12 11-28-30
Gonçalo Martins
Staff

Hi @Vincent Perhirin 

To properly analyse that we need an OML with a minimal reproduction.

Cheers,
GM

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.