Hi
Does Ultargird implement paging in that it only brings x records at a time from backend sql server and fetch more records as user scrolls up or down? If not how can paging be implemented in code to work with UltraGrid?
Many Thanks
Regards
Hi,
No... UltraGrid does not deal with the back end - it only deals with a local data source of some kind. The kind of paging you are talking about would have to take place between the data source and the back end.
Since there is no object in the DotNet framework that has this kind of support, WinGrid does not support it, either.