Browse By Tags

  • Performance issue in XamPivotGrid while loading with around 100 rows and 100 columns

    Hello Team,

    Facing performance issue while loading XamPivotGrid data with 100 columns and 100 rows, with 2 row headers and 2 column header, like as shown in the image attach. The performance is further impacted if loaded 3-4 tables with similar amount…

  • XamPivotGrid commit on lost focus

    I have a XamPivotGrid with AllowCellEdit set to true.  If I click on a cell and edit the value, and then just click off the pivot grid so the focus is set to something outside of the pivot grid, the edit is not committed; the CellEditing and CellEdited…

  • Editing a second cell in a pivot grid picks up the edit from the first cell not the current value in the second cell

    I've followed the instructions here - https://www.infragistics.com/help/wpf/xampivotgrid-editingdatacells to enable editing on a single measure in my pivot grid.

    The edits work, but when I select a second cell to edit it displays the edited value from…

  • How can I disable editing of the totals cells in an editable measure?

    I've followed the instructions here - https://www.infragistics.com/help/wpf/xampivotgrid-editingdatacells to make one of the measures in my pivot grid editable.

    Unfortunately, the Totals cell for the measure is also editable.

    I've put this code at the…

  • Validation error tooltip not showing up.

    I've followed the instructions here - https://www.infragistics.com/help/wpf/xampivotgrid-editingdatacells - to add a validator for edits to my xamPivotGrid. The screenshot shows a tootlip appearing on the invalid data.

    However, I don't get a tootlip…

  • Vertical Scrollbar in OlapXAxis

    Hi,

    I'm trying to use XamDataChart with OlapXAxis like the Infragistics XamPivotGrid sample.

    How can I insert a vertical scrollbar inside an OlapXAxis?

    Because the bottom button(s) will go out of the window once we have a few items in the XamPivotGrid…

  • Binding XamPivotGrid to Analisis analysis services using User ID without IIS

    We are using Infragistics_WPF_20182
    a XamPivotGrid.and an AdomdConnectionSettings

    "XamPivotGrid.DataSource.ConnectionSettings = AdomdConnectionSettings.ConnectionString"

    my question is about: when conect to a analysis services using AdomdConnectionSettings…

  • Binding XamPivotGrid to Analisis analysis services using User ID without IIS

    We are using Infragistics_WPF_20182
    a XamPivotGrid.and an AdomdConnectionSettings

    "XamPivotGrid.DataSource.ConnectionSettings = AdomdConnectionSettings.ConnectionString"

    my question is about: when conect to a analysis services using AdomdConnectionSettings…

  • Binding XamPivotGrid to Analisis analysis services using User ID without IIS

    We are using Infragistics_WPF_20182
    a XamPivotGrid.and an AdomdConnectionSettings

    "XamPivotGrid.DataSource.ConnectionSettings = AdomdConnectionSettings.ConnectionString"

    my question is about: when conect to a analysis services using AdomdConnectionSettings…

  • How do I disable this behaviour of the pivot grid where totals get multiplied?

    Apologies for the vague title but I don't know what this behaviour is called.

    This is another issue we've found converting our Silverlight App to WPF. The Silverlight doesn't exhibit this behaviour and the person who implemented this code has since…

  • Connection to Tabular Instance

    I'm trying to connect to a SSAS Tabular Server instance via code behind. The Statement GenerateInitialDatabase works fine and returns the database. However the GenerateInitialCube methods returns just null. The String for the cube name is correct(screenshot…

  • Weighted Average in xampivotgrid using flatdatasource

    Hi,

    I've got a XamPivotGrid with a FlatDataSource working and I haven't been able to get the custom/ calculated measures working.

    I need to achieve a weighted sum where the values and the weights are two measures present on the pivot table.

    I…

  • Exception after editing a cell on XamPivotGrid

    I have a XamPivotGrid, which I've made editable.

    When editing a value in the last column, I get an exception with the following stack trace. I haven't been able to trace it back to any of my code, although I'm not ruling out the possibility that I…

  • Add localization resources to XamPivotGrid

    The customer confirmed with Infragistics technical support that localization resources have not been provided to XamPivotGrid.

    He wants to use either one of way to localize.

    https://jp.infragistics.com/help/wpf/developers-guide-customizing-resource-s…

  • XamPivotGrid Custom tooltip cell

    Hi,

    I try to display a custom Tooltip on cell... i have to fully customize the UI of my tooltip to display a custom details

    I' try this but doesn't work:

    <local:TooltipVisibilityConverter x:Key="visibilityConverter"/>
    <ToolTip…

  • How to bind a columnHeader of XamPivot to multiple property

    Hi,

    I try to use the XamPivot to display Data...

    I want  to know how i can customize  the columnHeader to bind more than property ..

    A want to display another information with A-136...  in this column

    the  XAML way please.

    Thx

  • XamPivotGrid Sort Measures

    Hi,

    I have a XamPivotGrid that displays a OlapFlatDataSource.

                <igOlap:FlatDataSource 
                    x:Key="OlapFlatDataSource"
                    MeasureListLocation="Rows"
                    ConnectionSettings="{StaticResource OlapFlatDataConnectionSettings…

  • update the datasource of xamPivotGrid in another thread or task

    Hi,

    I try to set the datasource of the xamPivotGrid in another thread to invoid the UI blocking when loading data.

    I tried this and doesn't work. can you help me to resolve this.

    public partial class MainWindow : Window
    {


    public OrderLineFlatDataSource…

  • same customization for xamdatagrid and xampivotgrid

    Hello to all. can I use the same customization for xamdatagrid and xampivotgrid? I want to load the same filters with the same flags set / not set on both.

  • connect to a table in db oracle xmladatasource

    hi how can i get the data of a table in a db oracle ? i tried with the xmladatasource but it doesn't work.

    this is the code :

     XmlaDataSource DataSource = new XmlaDataSource();
                
                DataSource.ServerUri = new Uri("ip of the db");
                XmlaOracleConnectionSettings…

  • pivotgrid with flatdatasource and excel style filtering

    hello everyone I would like to use with the flatdatasource filters used in the example "Excel Style filtering", I can not use the xmladatasource. can you tell me how to do it? I tried creating a class and implementing FlatDataSource, IPivotDataSlicerProvider…

  • insert filters in the pivotgrid by code

    Hi everyone, a question. when I go to update the data contained in the pivotgrid, it automatically removes all the filters that were present. is there a command to set filters, rows and columns from code? so once it has updated the data, it automatically…

  • xampivotgrid can't edit cell

    Hello to all. I'm using a xampivotgrid with wpf, but after loading the data I can not edit them. in xaml I have AllowCellEdit = "True" but I do not make them change anyway. why ? thank you

  • How do I clear the filters for a XamPivotGrid programmatically?

    We're using a XamPivotGrid in our application. Users are able to to add value filters from the UI. In some cases we want to programmatically clear any filters that the user has selected so that all of the data in the data source is displayed again. How…

  • Select / Activate XamPivotGrid cell from code-behind after loading.

    I'm looking to Select / Activate a cell in an Ultimate UI for WPF XamPivotGrid v.16.2 from code-behind just like you could if you clicked on a cell using a mouse.  I’m loading the pivot grid using a FlatDataSource and want to set the first data cell…