Hi :)
I have a database that contain many many records (like 100,000 or so).
And i want to load and present them in a datagrid.
The problem is that loading all the records and presenting them on a datagrid is very slow,
and i am looking for a way to do that fast, is there a way to do that fast ?
I fought about presenting each time only a caple of records, and when the user scroll
down the datagrid, more records are loaded to it.
The problem is that i dont really succeded on doing that good as i expected :\
Ill be happy for suggestions on how to do that, or any other idea on how to make it fast.
Thanks :)