Hello everybody,
I've made some researches on how to set up some personnalized filters into a PivotGrid and the only way I found is to use the prefilter property.
The problem is that prefilter is an object and not a String as the XtraGrid filter property, Since I would like to load the filter of my XtraGrid into the prefilter of my PivotGrid i'm wondering if there is an easy and fast way to do that ?
If not the only other way I can do it is to parse my filter String and modify the prefilter object according to it... In other words this might be sources of headackes for a secondary function...
Thank you,