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.
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.