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 TabItem , it takes a huge amount of time to load the particular page with XamPivotDataSelector in it. Why is taking so much time. Please help.
Hello Ankit,I have checked in our internal system and there seems to be no known performance issues related to the loading time of the FlatDataSource.
Please share a sample which illustrates the scenario on your side so I can investigate this further for you.
Please let me know the specific version you are testing with (including the build number e.g. 16.2.2045).
Thank you.
Hi Maria
We are using FlatDataSource as our datasource to populate the data on OLAP cube.
Can this be an issue for the time consumption..
Hello Ankit,
Please elaborate on the results you are seeing.
It almost take near about 100 seconds to load the same.
Hello Ankit,There are a couple of things that you might want to try. First you can try to isolate the behavior in a scenario without the XamTabControl to check if the loading is still slow.Another thing is that if you are loading data from a server it might need significant amount of time to access the data so you could load it in Excel and check if the time is approximately the same. How much time does it takes to load the data in the XamPivotDataSelector in your project? You can test with our latest Service Release 16.2.2045 to check if the loading takes less time.