How to restore changed column width by refreshing page

0
In DataGrid2, a bar exists to manually adjust column widths. After using this bar to change the column width from the initial page display, refreshing the page will not restore the column width. (The page will be displayed with the changed width.) 1. Is this a standard Mendix specification? 2. Is there any way to restore the column widths to their default values via page refresh?   Best Regards
asked
2 answers
0

Hi Yuki,

 

No standard Mendix Specification regarding. But you can set expected width in the actual place only so user no need to adjust in runtime. 

 

Hope it helps!

Thanks & Regards,

Manikandan K

answered
0

Hi Yuki,

Mendix expected behaviour is when you referesh page , it resets any manual resizing done by user.

however if you set personal configuation  in column level than it will retain resize settings

 

answered