I have been working with xamPivotGrid control which works with SSAS cubes in v11.1Now I want to upgrade this to WPF 12.2 to improve the performance of the control. There has been some changes in this control and its configuration. Can you provide a sample which can help us in understand the changes and configuration to improve the performance.
Hi,
We made changes in the XamPivotGrid controls in vol.12.1 as we changed the XamTree with XamDataTree in its structure. Please look into the following link which shows the changes :
http://help.infragistics.com/NetAdvantage/WPF/2012.2/CLR4.0/?page=WPF_Breaking_Changes_In_2012_Volume_1.html
If you are not able to modify your code, please attach a sample application that presents your issue and I will try to modify it.
We are having the same breaking issues after upgrading to SL v12.2. Any update about how to fix it?
Thanks in advance!
Last time, when I used this control v11.2, I was able to get a sample from infragistics team where there were customize classes were created like:
We are using XmlaDataSource to get data from the SQL Server via app services.
public class AdomdDataProvider : XmlaDataProvider to provide the data provider and override its methods to get data from app service: LoadSchemaAsync, LoadCubesAsync, LoadDimensionsAsync, LoadMeasuresAsync, LoadMembersAsync, LoadMeasureGroupsAsync, LoadMeasureGroupDimensionsAsync.
public class XmlaDataSourceExt : XmlaDataSource to provide the data source and override its methods to get results: GetXmlaCommand,OnResultChanged, CreateFilterViewModel.
public class AdomdCommand : XmlaCommand to provide the command and customize the result.
My question over here is: can we get the fairly similar sample for v12.2 and fix the broken things in my app.
Hi Gajender,
You can look into the following link from our only documenatation :
http://help.infragistics.com/Help/NetAdvantage/WPF/2012.2/CLR4.0/html/xamPivotGrid_US_Connecting_To_An_ADOMD_NET_DataSource.html
Also you can look at our Samples Browser :
xamPivotGrid -> Data -> Adomd.Net DataSource
Let me know, if you need any further assistance on this matter.
Is there a sample I can get for Adomd datasource for v12.2