Expand my Community achievements bar.

Best way to fill a datagird with A LOT of data?

Avatar

Level 1
What's the best way to fill a datagrid with A LOT of data.
I'm talking about something like 10,000 rows. Can the datagrid
handle it? No screen is large enough to show 10,000 records..... is
there a way to load 50, and then when a user scrolls down it loads
the next 50 etc...?
2 Replies

Avatar

Level 1
As I understand it, paging is available with Flex Data
Services.



Al

Avatar

Level 2
Right. It's not recommended that you load 10,000 rows into
the datagrid at once. Using the data management service with paging
enabled is a much better solution. See the Configuring the Data
Management Service chapter in the Flex2 Developer's Guide for more
info.