MobileForms Toolkit Documentation

SmartGrid.LoadDataManually Method 

Fills SmartGrid's RowCollection by user provided Row objects.

public void LoadDataManually();

Remarks

You have to handle the RowAdding event, otherwise an InvalidOperationException will be thrown. In the handler, you must provide a Row object that will be added into SmartGrid's RowCollection.

See Also

SmartGrid Class | Resco.Controls.SmartGrid Namespace | RowAdding