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.

Parents
No Data
Reply
  • 53790
    posted

    Hello Jeff,

     

    I work with Win7 (x64) and I often  use this UltraGrid1_InitializeLayout() event, but I have never experienced such kind of behavior. Could you please tell me what is you component`s version and do you have any installed service release – which one.  Also are you able to send us a sample that reproduce your issue. I`ll test it on my machine and will be glad to research this issue for you.

    I`ll wait your response.

    Regards

Children