This question is locked. New answers and comments are not allowed.
In Q2, I used the following code to force insertion of a new row:
this.ResultsGrid.FindNewRow().BeginEdit();
After upgrading to Q3, I now receive an error that the grid control does not contain a definition for FindNewRow(). What is the proper way of doing this in the new version?
this.ResultsGrid.FindNewRow().BeginEdit();
After upgrading to Q3, I now receive an error that the grid control does not contain a definition for FindNewRow(). What is the proper way of doing this in the new version?