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 Reply Children
No Data