Hi,
When using XamPivotGrid with a FlatDataSource I have noticed that intermittently it is not possible to expand the first dimension when clicking on the "+". It momentarily changes its icon to "-" then turns back to "+" without expanding.
I have only observed this behavior after having called Datasource on the initial load / config. The dimension which won't expand happens to be specified as a "ExpandedFilterMembers" in the customizations. I am not sure whether this is relevant though.
Any suggestions?
Thanks,
Phil
Hello Phill,
Thank you for your post.
I have been looking into it and I am not sure that I understand what you are looking for correctly. I created short sample application based on your scenario, would you please provide me with more details and modify it with the functionality that you are using or send me sample application, where I can reproduce the behavior that you have described , so I will investigate it further for you.
Looking forward to hearing from you.
I am just checking if you require any further assistance on the matter.
Hi Zhivko,
sorry for the delayed response - please find attached a sample solution which exhibits the problem most of the time.
You'll see that the "All Buckets" dimension on the columns cannot be expanded.
What do you think?
I wanted to check whether you had been able to try my sample application yet?
My users are still affected by this issue.
THat works well for me. Thanks a lot.
Hello Phil,
Thank you for your feedback.
I have been looking into the sample application that you have provided and it seems that the process of loading the customization take some time. What I can suggest in order to be able to avoid the behavior that you have described is to load your Customizations in background thread by using the BeginInvoke method of Dispatcher class. I modified your sample application to show you how you can implement this approach. Please let me know if I am missing something from your scenario.
Please let me know if you require any further assistance on the matter.