This is a migrated thread and some comments may be shown as answers.

[Solved] Q3 FindNewRow Method

1 Answer 82 Views
GridView
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Sergey Arutchev
Top achievements
Rank 1
Sergey Arutchev asked on 06 Nov 2009, 02:37 AM
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?


1 Answer, 1 is accepted

Sort by
0
Sergey Arutchev
Top achievements
Rank 1
answered on 06 Nov 2009, 02:43 AM
Found it.... BeginInsert()
Tags
GridView
Asked by
Sergey Arutchev
Top achievements
Rank 1
Answers by
Sergey Arutchev
Top achievements
Rank 1
Share this question
or