[]
        
(Showing Draft Content)

FarPoint.Web.Spread.LoadOnDemandTriggerMode

LoadOnDemandTriggerMode Enum

Specifies the method for loading the next set of rows (after a period of time or after the user scrolls to the row at the LoadOffsetFromBottom position).

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

Fields

Name Description
OffsetBased

Indicates that spread only loads the next set of rows after the user scrolls to the row at the LoadOffsetFromBottom position.

Timed

Indicates that spread loads the next set of rows after a period of time.