Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
305
How to avoid multiple cell expansions
posted

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.

Parents
  • 8831
    posted

    Hello,

    Which version of the control you have? You can look at this sample. You can track the changes of DataSourceBase.Processing property so you can bind the visibility of some element to it and in this way you can achieve something like " is busy" indicator. Also with the latest service releases there is a property named IsBusy which duplicates the Processing property.

    Regards.
    Plamen.

Reply Children