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
190
Win 7 vs XP - calling InitializeLayout event is very slow
posted

On an XP machine:

"Me.UltraGrid1.DataSource = Me.bsFK" to "UltraGrid1_InitializeLayout" event takes no time.

On a Win 7 (i7, 8GB) machine:

"Me.UltraGrid1.DataSource = Me.bsFK" to "UltraGrid1_InitializeLayout" event takes 34 seconds

I tested my app when Win 7 released; this started recently.

Any guidance is appreciated.