Opening a dialog that displays scrollable data (from a database) should be
fast
regardless of the amount of data in the DB.

Looking for pointers to techniques of
1. opening the dialog first, retrieving and displaying the data later
2. retrieving only the top data, retrieving more as needed while user
scrolls

Thanks