Browse By Tags

  • XamPivotGrid flat data source exception

    Hello,

    I have a problem with xamPivotGrid exceptions occurring in the following scenario:

    1. Pivot grid is loaded with previously saved layout view.

    2. Data Source could be updated from underlying sources (webservices) at any given moment

    3. If I then…

  • XmlaDataSource syntax in C#

    How is the syntax in C # for this code?

    <olap:XmlaDataSource
          x:Key="DataSource"
          ServerUri="">sampledata.infragistics.com/.../msmdpump.dll"
          Database="Adventure Works DW Standard Edition"
          Cube="Adventure Works…

  • Pivot view serialization

    Hi,

    In Samples for Silverlight DV, for XamPivotGrid, there is a nice sample showing how to save and load views.

    How do I save the settings class (SavedPivotGridView) to the database ?

    I tried to serialize it as Xml, but it does't work (classes inside…

  • Sorting don't apply at runtime.

    Hi,

    I am saving last sorting applied of pivot grid in xml. I want to apply this sorting on users next login. Sorting is saved properly but I was unable to apply this sorting at runtime. I refer the pivot grid documentation for sorting and trying exactly…

  • Saving and loading XamPivotGrid Views

    Is  there any way to preserve the xamPivotGrid view information in some kind of file so it can be loaded at a later time?