How does virtual scrolling work under the hood?
If I use virtual scrolling with a database datasource, will KoolGrid fetch records in 1 resultset or will KoolGrid fetch all results in in chunks?
And, compared with ArrayDataSource or AdvancedArrayDataSource, will KoolGrid fetch records in 1 resultset or will KoolGrid fetch all results in in chunks?