This question is locked. New answers and comments are not allowed.
We have a silverlight application that is using the MVVM pattern. The view is using the RadGridView control which has its itemsource property bound to a property on its respective view model and the columns are bound to properties in that object. When a user makes a change on the UI, the grid works properly; however, when the value for a bound column is set in the viewmodel the row is showing in red as invalid. We have hooked on to several grid events to trouble shoot this with no luck. We get the row validating and validated events which show the row as valid; however, once the edit ended event is fired the row is showing as invalid.
Our bottom line issue is that we are unable to capture what the validation error is on this row. Is there any way we can bubble up the event to a watch? can you point us towards the event we should be looking for. I can't post the source code as it is to large, but i can post snippits or screenshots if that would help you understand our issue.
Thank you,