How does paging work, must Flex load in all the database records to determine how many pages to generate?
Let's say I have a table with 10,000+ records and want to split it into pages of 10 records per page into a datagrid component. Does Flex load in the complete 10,000+ records, or just some of them?
I would like to use PHP and AMF on the backend.