Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1130
IDataErrorInfo
posted

Hi,

I'm trying to support IDataErrorInfo.  I found a blog post that shows how to mark a cell as invalid using the on EditModeEnded event.  The problem I'm now having is that an item in the grid can become invalid due to other changes made in other rows.  When this happens, a PropertyChanged event is raised on the .Net object which acts as the DataItem for the row, but I'm not sure how to respond to mark the cell as invalid.

Is there an event I can use to acomplish this?

Thanks

Parents Reply Children
No Data