Hi Isomorphic,
I saw the new Automatic preferences sample. Again amazing as builtin feature. I did something similar, which works in a similar way, but is using the DB to persist the changes here.
Would it also be an option that you do this as feature? I assume that you already thought about it, but if not, here is what you'd need IMHO. Some new settings like:
Also, is there a reason you don't have filterState in the ListGridViewStatePart docs? Can it be persisted as well? For me, this is working like a charm with my DB-persist.
Best regards
Blama
I saw the new Automatic preferences sample. Again amazing as builtin feature. I did something similar, which works in a similar way, but is using the DB to persist the changes here.
Would it also be an option that you do this as feature? I assume that you already thought about it, but if not, here is what you'd need IMHO. Some new settings like:
- "viewStateDataSource"
- "viewStateUserId" (for the WHERE clause)
- "viewStateListGridName" (for the WHERE clause), would also save you from the locator complexity you describe in the docs.
Also, is there a reason you don't have filterState in the ListGridViewStatePart docs? Can it be persisted as well? For me, this is working like a charm with my DB-persist.
Best regards
Blama
Comment