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
40
Suspend/Resume itemsource updating
posted

Hi,

I'm using an ObservableCollection to databind my xamWebGrid. When updating multiple items in the ObservableCollection, is there a way - for performance reasons - to suspend the databinding in the grid unitl the ObservableCollection is completely updated?

I.e. something like 

_xamWebGrid.SuspendBinding();

... (updating the collection)...

_xamWebGrid.ResumeBinding()

 

Thanks,

/Andreas

 

 

Parents
  • 12631
    Verified Answer
    posted

    Andreas:

    Are you seeing performance bottlenecks when trying to update the grid via your observable collection?  Our performance testing was very agressive, testing updates occuring as frequently as every 250ms.  If you are seeing performance decline I would love to learn more about your scenario.

    If you want to take this offline, you can email me direct at devinr@infragistics.com

    Devin

Reply Children