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
152
Problem of loading time in a grid with StrataFrame
posted

Hello,

 

First of all, I'm a french developper so sorry for my english and if I make mistakes.

I'm using Infragistics grid in my project. I'm testing StrataFrame and I made tests to compare the time of grid loading.

With a Infragistics grid, the time of loading for 20 000 records is 26 seconds.

When I used a windows grid, this time is only 700 ms.

Infragistics components and Strataframe aren't compatible ?

I wonder why a such difference. I'm aware that the Infragistics grid has much more power and features over the built-in Windows grid and this should translate to slower initialization but I think my tests results are strange.

Have you ever heard about this ?

Did I put wrong parameters ?

Thanks for your help

 

David

Parents
  • 37774
    posted

     David,

    I don't know anything about StrataFrame, but that does sound like a very long time for loading those records.  Is the data hierarchical?  One thing to test would be to set the SyncWithCurrencyManager property to False.  If your data is hierarchical, especially if it's recursive, you could set the DisplayLayout.MaxBandDepth to something small, like 3-5.

    -Matt

Reply Children