Hi,
I was looking at the WinGrid Virtual Mode to implement paging in a wingrid... It's ok to infer that this paging works once the datasource has ALL the data to be "paged" ?? If it's ok... Wich is the best way to implement a paging mechanism at the datasource level to avoid network trafic?
Regards,
Daniel
Hi Daniel,
The grid doesn't have any paging support. The Virtual mode loads data as-needed from the UltraDataSource. Rows are requested by the UltraDataSource one at a time, not in pages. But you could, of course, implement a mechanism of retrieving your data from the database however you want.