Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
350
Paging??
posted

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

  • 469350
    Suggested Answer
    Offline posted

    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.