I would like to know if it is possible to save the state of UI of grids (tables).
For example, when I changes the width of a column or show/hide a column of a grid of a particular form. When the same form is opened next time, the GUI state of the grid reset to default. In other words, the width of the column reset to the default, the column shown reset to default.
So, is it possible to save the GUI state of the grid?
Thank you.
0
Comments
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
but to do the same, we need to change the property of that field in design part.
So, that when we required to show that colum, we can make on running that form. But, cant be saved. #-o
Ahmedabad, Gujarat, India
E Mail : ravi.thakkar@hotmail.com
SaveColumnWidths
SaveControlInfo
SavePosAndSize
which have impact on what is saved into .zup file. But I am not sure if they have impact to RTC, because RTC is saving the values in different way.
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.