I think there is a little mistake on your exemple.
On the radGridView1_UserAddedRow Sub, you should replace
rows[i] = this.lastRemovedRows[i].Row;
By
rows[i] = dataRowView
If I'm right, thanks for correcting. And feel free to remove mine.
I think there is a little mistake on your exemple.
On the radGridView1_UserAddedRow Sub, you should replace
rows[i] = this.lastRemovedRows[i].Row;
By
rows[i] = dataRowView
If I'm right, thanks for correcting. And feel free to remove mine.