I have a PivotTable. When reading the data cube, I have posted a message telling the user to wait, as it appears onhttp://labs.infragistics.com/silverlightdv/2010.3/ # / Samples / PivotGrid / Basic / DataSourceXMLAWhen I expand a row or column, control takes a while to show detail.Can we now put a ProgressBar or something similar?When it takes several seconds, the user does not know if you are loading the information if it does not work, ...Thanks
Hello,
You can try IOlapViewModel.Processing (XmlaDataSource.Processing in your case) property and can set binding of its value to some activity control. At this moment we don't pass any additional information to end user and I'm afraid that the progress bar is not applicable here.
Best regards.Plamen.