EnumLoadOnDemandMode
Enum
Specifies the mode for load-on-demand functionality in data controls. This enumeration defines how additional data is loaded when the user reaches the end of the currently loaded data.
Definition
Namespace:Telerik.Maui
Assembly:Telerik.Maui.Core.dll
Syntax:
cs-api-definition
public enum LoadOnDemandMode
Fields
Automatic
Load-on-demand is triggered automatically when the user scrolls to the end of the data. The control will automatically request more data without requiring user interaction.
Manual
Load-on-demand requires manual user interaction to trigger loading more data. The user must explicitly request more data, typically through a button or gesture.