This question is locked. New answers and comments are not allowed.
hi,
how to validate data when new row is added to RadGridView with the following code
this.RadGridView.ChildrenOfType<GridViewNewRow>().First().BeginEdit();
I thought we need to add RowEditEnded & RowValidating event handlers but we already have CellEditEnded &
CellValidating to validate the existing rows... assuming that the user should fill all the row cells ...
thx