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
UltraWinGrid Update Issue
posted

We're seeing some weird behavior on our grid lately. The grid no longer updates (repaints) itself when the underlying bound data changes. It looks as if you have to use your mouse cursor to "rub" the grid cells to make them repaint and change...

This one might be the result of a change made by one of my colleagues but we've lost track of the change. Is there any property which sets how the grid updates itself? Could someone give me a bit of direction on where i should really be looking at to fix this issue...

Thanks!

Parents
No Data
Reply
  • 469350
    Verified Answer
    Offline posted

    What kind of data source are you using? Typically, the grid updates itself based on a notification from the data source. So if your data source used to implement IBindingList (which sends these notifications) and now only implements IList (which does not), then that could account for the change. 

     

Children