Browse By Tags

  • Bad performance of "LoadCustomizations"

    When saveing / loading large views in XamPivotGrid, loading takes very, very long since it has to expand every member one by one. Even disconnecting the datasource from the control (setting grid's datasource to null) doesn't speed up the process. We…

  • Change Hierarchy Descriptor on runtime

    It is possible to set new Level Descriptors on Runtime? The code below do not work. I dont know the reason why the pivot grid do not refresh the hierarchy

            private void ChangePeriodType(BusinessObjects.Constant.BudgetPeriodType type)
            {
         
  • Pivot Grid Style

    Hello

    I am styling the Pivot grid, and finding inspiration in the sample browser. Most of it seems to be wokring, but I have one problem. 

    See atcched screenshot. 

    I want to hide all columns marked with a green box, but I have a problem with the "Seller…

  • Define measures dynamically. Clarification needed around SourcePropertyName

    Dear support team,


    I am investigating the ability to have measure metadata loaded dynamically. My approach is to have a list of measures containing the property names. Based on that I would add new DimensionMetadata with SourcePropertyName set to the…

  • Hide all total columns, rows and cells

    Hello

    I dont want any of the total columns to be shown on my XamPivotGrid (using FlatDataSource). How do I control visibility of those?

    Ive tried TotalRowStyle & TotalColumnStyle, which could hide the cells, but not he columns. 

    Any advice?

  • Expand/Collapse All Childs

    Hello

    Our customers which use our application, which is using the xamPivotGrid control had a interesting request. When they expand a row or column, and they holding a modifier like "Control", they want to expand also all children of the clicked (header…

  • Infragistics WPF coded UI extension help needed

    Hi,

    We have a WPF app using infragistics xampivotgrid. We are trying to do coded UI automation on them but we are running in to issues:

    1) We are not able to identify the cells within the xampivotgrid. When going thru stackoverflow some posts mentioned…

  • Headers are not refreshing after XamPivotGrid.DataSource.RefreshGrid()

    Hello,

      I have a XamPivotGrid, and when I update the grid, insteand of setting a new collection of ItemsSource of the FlatDataSource, I interates every item of the ItemsSource collection of FlatDataSource and then manually update the values. And then…

  • Problem with xamPivotGrid samples

    Hello

    Since some time i cannot open some of the xamPivotGrid samples anymore. When i click on xamPivotGrid > Display > FlatData Aggregators, the sample browser shows a message, saying: "There is an unexpected problem with the application. Please contact…

  • xamPivotGrid with relational database

    Hello,

    Is it possible to connect to relational databases with the xamPivotGrid? Or is it only possible to connect with olap databases?

    Greetz,

    Geert De Vylder

     

  • custom PivotCell style using a BasedOn

    Hi,

    I'd like to create a custom style for the PivotCellControl style.  We are using the Infragistics themes, so when we override the style we need to supply a BasedOn such as to not lose the infragistics elements.  Typically, eg. for a XamNumericEditor…

  • Dynamically show/hide totals

    Hi,

    Is it possible to have show/hide the totals dynamically? Our users would like to do so by clicking a button.

    We've been checking these posts:

    http://www.infragistics.com/community/forums/t/84334.aspx

    http://www.infragistics.com/community…

  • Invert selection mode for saved filtermembers

    Hello,

    I use the methods "SaveCustomizations" and "LoadCustomizations" to Save and Load the state of the pivotgrid.

    Naturally, sometimes the members in the dimensions change in the meantime, which results in those new members being…

  • Is it possible to use EnableAdvancedFiltering="True" with a FlatDataSource ?

    Hi,

    Is it possible to use EnableAdvancedFiltering="True" with a FlatDataSource ? Our users would like to have that Excel-style filtering but our dataset is coming from a collection, not from a SASS instance.

    Thanks,

  • Sorting in XamPivotGrid

    Hello

    I have a couple of questions regarding XamPivotGrid and FlatDataSource. 

    1. 

    I have a HierarchyDescriptor with a month:

    dateTimeDataDescriptor.AddLevel<DateTime>(date =>
    date.ToString("MMM", CultureInfo.CurrentCulture),
    "Months…

  • Multiple Datasources as Cubes in xamPivotGrid

    Hi,

    I need to analyse different data in the same view.

    Can I bind multiple FlatDatasources or multiple Excel Sheets in one xamPivotDataSelector?

    Each datasource/sheet should be one cube with different measure Groups.

    Thanks.

  • XamPivotDataSelector Initialization takes huge time to load/initialize

    On my main form I have a XamTabControl in which I have an TabItem.

    I have a XamDatatree on my main form. I click on the checkboxes of this datatree and then click on the TabItem of the XamTabControl to view the particular data.

    Whenever I click on this…

  • XamPivotDataSelector Throws Exception on Dimension Drag

    The moment that dragging a dimension from the Available Dimensions and Measures Tree begins, a System.NullReferenceException (Object reference not set to an instance of an Object) in Infragistics.WPF4.DragDrop.v.16.2.dll is thrown.

    This occurs as of…

  • FlatDataSource - Does it refresh when the underlying ItemsSource is updated?

    Hi,

    Our FlatDataSource's ItemsSource is set to an ICollectionView which wraps an ObservableCollection. The items in the collection do implement INotifyPropertyChanged.

    Does the grid data refresh automatically when new items are added/removed…

  • FlatData Aggregators on load

    Hello

    I have a PivotTable with a FlatDataSource. I´ve made a sample where it is possible to save the configuration, and it is possible to set the Aggregator type for each Measure. 

    When I load the PivotTable next time I want to apply that aggregator…

  • Exception using Infragistics.Olap.Excel.ExcelDataConnectionSettings

    Hello

    I am using the XamPivotGrid with a FlatDataSource build from Excel. I followed your example on the sample browser:

    FlatDataSource flatDataSource = new FlatDataSource();

                ExcelDataConnectionSettings excelDataSettings = new ExcelDataCo…

  • How to do aggregation on selected rows instead of all of them?

    Hi,

    Is it possible to have some kind of HierarchyDescriptor similar to "All Products" that would show the total only for the selected cells?

    Thanks.

  • Row sorting in XamPivotGrid

    Hello

    I've implemented a XamPivotGrid from your "FlatDataSource (Excel file)" sample. 

    I want the user to be able to do sorting in the PivotGrid. It is no problem when sorting Measures. Here I get a sort button on the column. However, in…

  • Fatal Exception when applying Filter to XamPivotGrid

    Hello,

      I have an uncatchable fatal exception when sometimes I was trying to apply a Filter to a XamPivotGrid, the message was "The given key was not found in the dictionary". I have attached the stack trace in the attachement, can you urgently look…

  • Non Fatal Exception When Apply Layout Which Makes Filter Doesn't Work

    Hello,

      I have an non fatal exception, when I have this the filter does not work, the message is : "Collection was modified; enumeration operation may not execute". This exception is not fatal, the application does not crash, but whenever I have this…