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
No Data
Reply
  • 3627
    posted

     I looked at the sample provided in the thread below. While I'm sure it works, it looks like a lot of work to me, especially when my domin objects already support validation via IDataError. I haven't had the motivation to implement a second, duplicate valiaditon mechanism just for the grid.

    It would be great if Infragistics would implement support for this standard validation mechanism.

    http://forums.infragistics.com/forums/p/4218/20607.aspx#20607

Children