I'm using the XamPivotGrid and its performance is a huge problem. In order to workaround this issue i want to know if there's a way to avoid that the user clicks in multiple cells(expanding it) one after another.
It is possible to disable the interaction while the previous expansion results are not rendered?
Regards,
Ângelo.
Hi
The names are the same, but version is 11.1. I mean if you have xxx.v10.3.dll replace with xxx.v11.1.dll
Todor
Hello again,
Today i'll try to update my infragistics assemblies. Actually I'm using these assemblies:
InfragisticsSL4.Controls.Charts.XamWebChart.v10.3.dll InfragisticsSL4.Controls.Grids.XamPivotGrid.v10.3.dll InfragisticsSL4.Controls.Menus.XamTree.v10.3.dll InfragisticsSL4.DataVisualization.v10.3.dll InfragisticsSL4.DragDrop.v10.3.dll InfragisticsSL4.Olap.v10.3.dll InfragisticsSL4.Olap.Xmla.v10.3.dll InfragisticsSL4.v10.3.dll
By which assemblies should i replace them?
(in some cases i didn't found a match)
Thanks,Ângelo Moreira.
Ok, maybe thats the problem. I'm using InfragisticsSL4.Controls.Grids.XamPivotGrid.v10.3
I'll try to update and later i'll give you feedback. Thanks!
I've asked about the version you have because when a given header node is expanded for first time its children are loaded on demand but in earlier versions this action doesn’t affect the value of IsProcessing. I've just tried 11.1.20111.2074 and there IsProcessing is affected even when you expand a node from filter tree. Would that help you?
Plamen.
Hi,
I'd already implemented that solution. But the problem is that between the click on the expansion button, and the notification of the "IsProcessing" property change theres a very big period of time.
Is there some other way?
Thanks for the quick answer,
Ângelo Moreira.