is virtual scrolling better than paging?
Hi Klay,
Neither of these is inherently better. They just give different feels to the end user. One clearly delineates the data by page. Virtual Scrolling gives the illusion of all the data being on the client at once, but it is fetched bits at a time as a user scrolls. It really is up to you. Both of these features should work with all other grid features. The one caveat is that Virtual Scrolling is not supported in the WebHierarchicalDataGrid.
regards,David Young
Is anything like 'Virtual Scrolling' available for webdatagrids?