Hi,
I am trying to save the column configuration (column width, column sequence and column sorting) for a fixgrid component for each user. Is there a way to do that?
you need to define parameter FIXGRID-PERSISTID. That's the ultra-short answer. ;-)
There are a couple of additional issues behind, which may not be of interest right now:
1. Interface IUserAccess and ITenantAccess - the persisting of the grid info is done user- and tenant-specific...
2. Interface IFixgridPersistence2 - if you want to take over storing the configuration on your own
3. Interface IStreamStore - which is used by the default persistence. This is a simple XML-Stream-Store where data is stored with a path. There is a file-implementation (activated by default) and a JDBC-implementation