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
40
How we can implement pagination in UltraGrid windows control
posted

Hi,

I am using UltraGird v6.3 windows control to display huge number of records but it takes lot of time to bind all the records in a single call.  I did not find any default pagination property in control. 

I would appreciate if any body can guide me how we can implement pagination in UltraGrid control provided all the functionality (like grouping columns, moving columns, sotring etc.) of UltraGrid control should work as expected.

  • 469350
    Verified Answer
    Offline posted

    WinGrid does not have any paging functionality. You might want to look into the Load-On-Demand feature of the UltraDataSource component, though. This allows yuo to only load into the grid the rows that are needed, rather than all of them. Thereis a sample included with NetAdvantage which is call the Million Rows sample and demonstrates a grid with a million rows in it.