[Logo] OLD FORUM - Use new one: https://www.CaptainCasa.online/forum
  [Search] Search   [Recent Topics] Recent Topics   [Members]  Member Listing   [Groups] Back to home page 
[Register] Register / 
[Login] Login 
Persisting fixgrid column configuration  XML
Forum Index -> Development
Author Message
rstoyanov



Joined: 15/04/2024 14:02:35
Messages: 4
Offline

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?

Regards
CaptainCasa

Power User
[Avatar]

Joined: 21/11/2007 12:23:06
Messages: 5555
Offline

Hi,

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

Kind regards! Björn

Björn Müller, CaptainCasa GmbH
 
Forum Index -> Development
Go to:   
Powered by JForum 2.1.6 © JForum Team