in
Forums
Blogs
Files
Devexpress.Com
Client Center
Support Center
DevExpress Channel

Loading the Filter of an XtraGrid into the prefilter of a PivotGrid

Last post 10/18/2008 12:31 PM by Michael Kaufman. 2 replies.
Page 1 of 1 (3 items)
Sort Posts:
Previous Next
  • 7/11/2008 9:32 AM

    Loading the Filter of an XtraGrid into the prefilter of a PivotGrid

    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,

    Filed under: ,
  • 7/22/2008 4:54 AM In reply to

    Re: Loading the Filter of an XtraGrid into the prefilter of a PivotGrid

    No suggestions ?

  • 10/18/2008 12:31 PM In reply to

    Re: Loading the Filter of an XtraGrid into the prefilter of a PivotGrid

    _grid.Prefilter.Criteria = DevExpress.Data.Filtering.CriteriaOperator.Parse("Currency IS NOT NULL AND [Desk location] IS NOT NULL");

Page 1 of 1 (3 items)
Copyright © 1998-2008 Developer Express Inc.
ALL RIGHTS RESERVED