or
$("#grid").kendoGrid({...
dataSource: {
type: "odata",
transport: {
read: "http://demos.kendoui.com/service/Northwind.svc/Orders"
},
Virtualization seems to be implemented on the controls not the datasource so I assume theres no way to use it with just the dataprovider? or maybe tell the data provider to page, but append vs load new data?
this is the plugin we are tring to add http://isotope.metafizzy.co/