Hi, anyone can help me for I can activate the dialogbox to save and load datasource customizations with OLAP Pivot View? for jQuery like http://es.infragistics.com/samples/wpf/pivot-grid/save-and-load-data-source-customizations.
Thanks.
J.
Hello Joan,
There is no out of the box dialog box to save and load igPivotGrid/igPivotView customizations and we don't have one on the igniteui.com site. You should implement it by yourself.
To get you started I'm attaching a sample on how to save/load igPivotGrid rows/columns/measures state from Local Storage.
Please note that the sample doesn't save the expanded/collapsed states of the measures as well as any applied filters.
Best regards,Martin PavlovInfragistics, Inc.
Hi Martin, thank you very much, this sample is awesome.
can you help me to know how can I save the expanded/collapsed states of the colums or rows of the data as well as any applied filters at the same time.
I using $("#pivotView").igPivotView({...});
thanks again.
regards.