Add support for custom paging in the RadGrid Virtualization functionality. The idea is to enable the retrieval of part of the data from the source of data instead of retrieving all of the data every time. Without this feature the optimization technique is to cache the data source. Example is available at http://www.telerik.com/support/kb/aspnet-ajax/grid/details/virtualization-and-custom-paging
I desperately need this feature - without it, virtualization is not practical when going to the database for large tables. Caching is not practical either, in a multi-user environment when dealing with huge tables - I tried it, ran out of memory already. Virtualization is an EXCELLENT feature, and adding custom paging will make it even better!