with grouping/sorting/fixed wrapper size + prevent default select http://www.kendoui.com/forums/ui/grid/local-virtual-scrolling---my-changes-grouping-sorting-works.aspx My changes: http://oskar.doppnet.com/kendo-grid/local.html http://oskar.doppnet.com/kendo-grid/remote.html
A virtual grid is needed when grid row counts are greater than a couple hundred, and the user is on a device (such as tablet or phone). We use Cordova to run our web forms on devices as well. The problem is that virtual grids don't work well w/ most of our grids (those that support groups). We use the detailRow feature on every grid to show an Action toolbar for the currently selected row. We'd be happy to work w/ any limitations/workarounds that you specify in order to enjoy above functionality.
Please join related virtual scrolling issues to this one, as this one is the most complete. Make virtual scrolling work for grouping, sorting, detailed template rows, selecting multiple rows (skipping the reset on databound), editing, etc.