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
1290
Threading with UltraWinGrid
posted

Hi,

 

I downloaded the source files from this link which highlights the steps to load a UltraWinGrid using a background worker

 

http://devcenter.infragistics.com/Support/KnowledgeBaseArticle.Aspx?ArticleID=9839

 

However, when I removed the System.Threading.Thread.Sleep(100) portion, the grid only loads after all 1000 records are loaded. How can I load my records to the grid without having to sleep the thread?