Data Grid Problem

Posts   
 
    
Bedouin
User
Posts: 15
Joined: 14-Jun-2005
# Posted on: 21-Jul-2005 09:14:33   

hi, my data grid have 100,000 data , it is too slow normallysimple_smile . i take the data from my database by using collection. what can i do?

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39933
Joined: 17-Aug-2003
# Posted on: 21-Jul-2005 09:49:14   

A human being can't cope with that amount of data simple_smile . You should try paging, thus page through your 100,000 rows, showing for example 50 at a time and let the user decide which page to load. To read more about 'paging', please check out the documentation: Using the generated code / selfservicing(adapter) / collection and Typed List/Typed View paging

Frans Bouma | Lead developer LLBLGen Pro