Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
5549
DisplayLayout.Load issue
posted

hi, i have an dynamic created wingrid, which has aprox. 10 columns.
i have now saved the configuration with

.DisplayLayout.Save


when i start my form, i load the current configuration with

.DisplayLayout.Load

(after i have created the grid)

but when i for example have a column which is called
PLZ (Zipcode)
i create the grid , and save the configuration.

later in the developmentprocess i call the column instead of PLZ
Postleitzahl

now when i load the saved configuration i have the caption of the column still PLZ instead of Postleitzahl.

How can i fix this?