Virtual Scrolling

10,248
VINET
5
8/4/1994
9/1/1994
8/16/1994
3
32.38
Vins et alcools Chevalier
59 rue de l'Abbaye
Reims
51100
France
OrderID
CustomerID
EmployeeID
OrderDate
RequiredDate
ShippedDate
ShipVia
Freight
ShipName
ShipAddress
ShipCity
ShipRegion
ShipPostalCode
ShipCountry

The C1GridView supports rows virtual scrolling to speed up rendering when large amount of data is used.

The following properties are used in this sample:

  • ScrollingSettings.VirtualizationSettings.Mode - to enable the rows virtual scrolling.
  • CallbackSettings.Action - to enable the virtual scrolling mode in which new portions of data items will be requested from the server via callbacks (when this mode is used some features like column grouping are not supported).