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
470
WinGrid goes black
posted

We are using v10.1 in a windows form application in c# 3.5 SP1. Ever since we upgraded to that version from 9.2 we get a lot of complaints that while the application is processing something, and therefore the UI is not able to be interacted with, the grid goes black. We assume this is to help conserve resources on the machine by not redrawing the controls while the application is processing but we are wondering if there is a way to prevent this. We do suspend row syncronization and layout during these processes that black out the grid in order to gain some performance through that. Any help would be appreciated.