Posted 26 October 2021, 7:37 am EST
Hi,
I have a C1FlexGrid component binded to my database. The user can reorder the columns and also change the width.
I want to save these informations when closing the app and reapply them when the user starts it again.
I’ve checked the SaveGrid method but it also save the data, which is very long when loading it back.
Is there another way? Or do I have to create a routine from scratch?
Thanks