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
317
Unbound columns and IDataErrorInfo
posted

I'm using a UltraGrid that is bound to a object data source.  The objects in the datasource implement IDataErrorInfo and when an object has an error it shows up in the grid cell and that all works fine.

However, the grid also has some unbound columns.  When the value of one of the cells in an unbound column is invalid (it's negative for example) I would like the grid to detect it make the cell to look the same as a cell in a bould column in an error state.

The grid is using a style file.

Parents Reply Children
No Data