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
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.
Hi Zhivko,
I wanted to check whether you had been able to try my sample application yet?
My users are still affected by this issue.
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?
Hello Phill,
I am just checking if you require any further assistance on the matter.