Gets or sets the delay load option.
true, if delay load is applied, false otherwise.
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.
SmartGrid Class | Resco.Controls.SmartGrid Namespace