MobileForms Toolkit Documentation

SmartGrid.DelayLoad Property

Gets or sets the delay load option.

public bool DelayLoad {get; set;}

Property Value

true, if delay load is applied, false otherwise.

Remarks

If delay load is applied, only partial data are loaded from DataConnector, and new data are added only if user scrolls the control. Otherwise all the data are loaded and DataConnector is closed. The number of loaded data is determined by the page size.

When DbConnector is open, setting the DelayLoad property to false will load the remaing data. To avoid it, use CloseConnector function.

See Also

SmartGrid Class | Resco.Controls.SmartGrid Namespace