FNCDataGrid persist column width

Is it possible to persist the column widths and visibility?
I design the grid as wanted and whenever I close the underlying dataset everything is set to default after reopening - whether at design time or real time.
Is there an option to persist the width and visibility or do I have to code it when opening the dataset?

Set AutoRemoveColumns to False, at TTMSFNCDataGridDatabaseAdapter component.

So simple.
Thank you very much!

1 Like