Wijmo UI for the Web
allowVirtualScrolling Field
wijmo.grid Namespace > IWijgridOptions Interface : allowVirtualScrolling Field

A value that indicates whether virtual scrolling is allowed. Set allowVirtualScrolling to true when using large amounts of data to improve efficiency. Obsoleted, set the scrollingSettings.virtualization.mode property to "rows" instead.

Syntax
var instance; // Type: wijmo.grid.IWijgridOptions;
var value; // Type: boolean
value = instance.allowVirtualScrolling;
var allowVirtualScrolling : boolean;
Example
$("#element").wijgrid({ allowVirtualScrolling: false });
Remarks
This option is ignored if the grid uses paging, columns merging or fixed rows. This option cannot be enabled when using dynamic wijdatasource.
See Also

Reference

IWijgridOptions Interface