Hi,
I am using the RadGridView throughout my application.
I have implemented the IDataError interface for all items that the RadGridViews are binding to.
I hope to set the RadGridVIews ValidatesOnDataErrors="InEditMode" so that validation issues are only apparent when the user is editing something.
However, when the user clicks the "Save" button, I retrieve a bunch of custom validation errors raised in my save logic and some of these validation errors may pertain to items being displayed in the RadGridView.
In this case, I would like to be able to show validation errors InViewMode.
How do I accomplish this?
Thanks
-Rebecca
I am using the RadGridView throughout my application.
I have implemented the IDataError interface for all items that the RadGridViews are binding to.
I hope to set the RadGridVIews ValidatesOnDataErrors="InEditMode" so that validation issues are only apparent when the user is editing something.
However, when the user clicks the "Save" button, I retrieve a bunch of custom validation errors raised in my save logic and some of these validation errors may pertain to items being displayed in the RadGridView.
In this case, I would like to be able to show validation errors InViewMode.
How do I accomplish this?
Thanks
-Rebecca