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
275
Temporary Suspend Grid Synchronization with DataSource?
posted

Hi,

 I have an UltraWinGrid that is bound to a BindingList DataSource.

However, the elements in that BindingList DataSource will constantly be update via another Thread.

Instead of having the grid to immediately redraw (reflect) the update of the item in the list, I want to configure the Grid to update (redraw) the updated elements in a batch mode. (ex: let say, redraw all the updated elements in the grid between the time when the first update comes in and the next second.)

How can we do that? We are using Infragistics 7.1

 Kai

Parents
No Data
Reply
  • 37774
    posted

    Kai,

    I believe that calling BeginUpdate before updating the grid and calling EndUpdate after you want the grid to redraw should suffice for your case.

    -Matt 

Children
No Data