[]
        
(Showing Draft Content)

FarPoint.Web.Spread.LoadOnDemandMode

LoadOnDemandMode Enum

Indicates the mode of loading the next rows (standard or in background).

Namespace: FarPoint.Web.Spread
Assembly: FarPoint.Web.Spread.dll
Syntax
public enum LoadOnDemandMode
Public Enum LoadOnDemandMode

Fields

Name Description
Background

Indicates that spread loads the next set of rows after a period of time or after the user scrolls to the row at the LoadOffsetFromBottom position.

Standard

Indicates that spread only loads the next rows if after scrolling, there are no bottom rows that are hidden from the view.