New to Telerik UI for .NET MAUIStart a free 30-day trial

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:

C#
public enum LoadOnDemandMode

Fields

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.

C#
Automatic = 0

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.

C#
Manual = 1
In this article
DefinitionFieldsAutomaticManual
Not finding the help you need?
Contact Support