I created a project with a form with only two controls. sfDataGrid and a button.
Added two columns to the sfDataGrid. In my button click event I have the following:
Private Sub SfButton1_Click(sender As Object, e As EventArgs) Handles SfButton1.Click
SfDataGrid1.UnboundRows.Add(New GridUnboundRow())
End Sub
It creates the row, however if I click in any of the cells I get the following error:
System.NullReferenceException: 'Object reference not set to an instance of an object.'
Can you see if you can reproduce the issue? If not, I can send you my application.