Hi,
I am using Row Layout Designer to manage rows layout on the grid.
I saw Load/Save functionality but I have a question.
I am creating two seprate forms using similar grid and they needs to look the same. Means second grid will have less data then the first one and diffren functionality in the background.
There is any way to move Row Layout properties out of the designer and apply to the diffrent grid ??
I am using the same source ( tables ) in each grid.
Thans for any help
Piotr
Hi Piotr,
If the two grid are bound to the same structure - the same bands and columns, then you can use the Save and Load method on the grid's DisplayLayout to save the layout from one grid and load it into the other. This saves not just RowLayouts, but pretty much everything user-customizable at the band and column level, such as sorting, filtering, summaries, valuelists, column size and position, etc.