This question is locked. New answers and comments are not allowed.
I bind RadGridView to collection of RIA services entities and also allow to edit entity outside of the Grid. If validation exception occurs in new Entity. RadGridView receive notification (I can't block it, because it deep inside RIA Services). Then GridViewRow.UpdateParentValidationOfCells() is used and it fails because base.CellsPresenter is null (I don't have DataCellsPresenter in my GridViewRow template).
Is it possible to ignore DataError events by RadGridView?
Is it possible to ignore DataError events by RadGridView?
