Subject | Re: [IBO] IBO and DevExpress |
---|---|
Author | Artur Anjos |
Post date | 2002-02-22T09:39:50Z |
Nando is rigth, you must take some precautions using it in a client/server appl.
Just use the LoadAllRecords mode when you need it. 'Load All Records' mode is very powerfull, very user friendly. The 'trick' it's to get from the server the minimum rows: I uise to give the user the choice to use the LoadAllRecords Mode if they 'restrict' the number of rows returned from the server.
Artur
Just use the LoadAllRecords mode when you need it. 'Load All Records' mode is very powerfull, very user friendly. The 'trick' it's to get from the server the minimum rows: I uise to give the user the choice to use the LoadAllRecords Mode if they 'restrict' the number of rows returned from the server.
Artur
----- Original Message -----
Using a buffered dataset with a QuantumGrid in LoadAllRecords mode will
double the required memory, take more time to download the data and fire
an enormous amount of dataset events (like AfterScroll) in the process.
[Non-text portions of this message have been removed]