I'm a strataframe beginner. I want to load several records on a infragistics grid to make tests.
I use a business binding source.
I want to load 20 000 records. The time to load is very long (around 4-5 min) Is it normal ?
Thanks for your help
David
I have just tested an Infragistics grid with 15000 records which runs off an SF BBS. Inside Visual Studio 2008 on a Release build it takes around 3 minutes 20 seconds to open the form when run with debugging. When run without debugging (or when you run the application outside of VS) the time reduces to 7 seconds.
This is not unexpected as VS does place a significant overhead when running an application in debug mode.
Bottom line is you can do it and the above form hasn't been optimized yet.
Regards,
Aaron