.net datasets datagrid ADO

Hi,

I'm evaluting using .net with progress (check to see if grass is greener). I started by getting the openlink ADO driver etc.

I can populate a datagrid fine with data from one of our products tables, however the the datasets seem to require a complete "fill".

How do you use a datagrid to browse a large table e.g. 50,000 records?

How do you get a datagrid to request data as it scrolls down the list?
 
Top