I have a TDbAdvGrid with some hidden columns - that works. The parent of the grid is a TTabSheet. I have a PageControl-component on which I create a dynamic number of pages (TTabshets). Now I don't want to create one TDbAdvGrid on each TTabSheet and set the desired hidden columns. I want only to change the parent-property of the TDbAdvGrid. The problem: all hidden columns are displayed again after changing it's parent. Any idea how I could avoid this? Thanks for your help, Peter
I cannot see a problem here that a hidden column (created with grid.HideColumn()) disappears when just reparenting the control. Do you have more details, preferably sample source code with which we can reproduce the problem?