I have a RadGridView that uses Row-Level Validation (as per this article) to validate the objects in the Collection we bind to. When Adding or Editing grid items, the Validation works as expected.
However, if the user loads data that is not valid, the RadGridView does not highlight those rows in red. The user as to try to edit the row before the red invalid indication appears.
Is there a way to force the RadGridView to validate its contents? Or perhaps there is a different Validation Event I need to listen for?
Thanks for your help,
-Thanos