DataGridLoad Method

Loads the data.

Definition

Namespace: Aliquo.Windows.Controls
Assembly: Aliquo.Windows.Controls (in Aliquo.Windows.Controls.dll) Version: 5.0.9179.22656
C#
public void Load()

Remarks

If there are filter or sort settings in the visible fields, a load of the data 'schema' is launched so that the SfDataGridBehavior creates the columns, resolves the Autofilters and notifies again with the Filtering | Sorting operation; otherwise, the normal data load is performed.

See Also