I know that a user doesn't have to use 20 000 records on a grid.
But I just made tests between different frameworks to know their performances.
When I try an other, the records are loaded very quickly compare to StrataFrame
David
Welcome aboard!
20k records is quite heavy lifting for a any grid to handle. A user is not likely going to need all those records in order to interact with them. Is there any way to bring a functional subset to the grid? Try to keep the record count to around 200. That seems like a decent number for a grid and a user to handle.
Don't forget, you can add a browse dialog so that user can pick his own records according to his own criteria.
Take care, and enjoy the framework!Bill
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