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
When you expand or collapse a row there's an event for that in the PivotGrid called AxisExpansionChanged. You can use that to start some custom animation and then use the event LayoutLoaded to end the animation.
I'm not sure about what event to use with columns but I'm sure there's something. Hope this helps even a bit.