Fills SmartGrid's RowCollection by user provided Row objects.
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.
SmartGrid Class | Resco.Controls.SmartGrid Namespace | RowAdding