Hi,
I
found http://mvc.syncfusion.com/demos/web/pivotgrid/saveandload which
looks what you have promised.
Unfortunately it doesn't seem to work.
I type a name "WithAmount" and click save.
I remove "Amount" field
I type the name "NoAmount" and click save.
Both Names are now present in the combobox.
Next I chose the "WithAmount" and click
load.
Nothing happens...
Also the documentation
https://help.syncfusion.com/aspnetmvc/pivotgrid/overview shows nothing about
"Save and load".
Also there is no notice in "What's new"...
This is a bit frustrating.
Since your samples have just "plain view
source" and not explanation I don't even know what the example should do -
nor how it is done.
Also there is no Controller source with the MVC
samples - so in this case (even if it would work) the sample doesn't answer the
initial question...
How to save the work a user has done (of course on the
server) and load it later again.
To be more precise - the sample looks almost like what
I want to achieve...
I have a "Save as" and "Load" functionality.
BUT - that’s it -- not working - no explanation - no
server side code..
Further OLAP / Relational / Server / Client is (I
guess) "something else" which has nothing to do with the sample
topic.
This just makes (from my point of view) the code more
complex.
And the "missing field list" makes it
impossible to bring back a field if you removed it.
Can you provide a simple sample (snippet) how to achieve:
Place fields
Store the "layout" once a desired result is
reached.
Load some "stored layouts".
Thank you
Manfred