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
1360
SupportDataErrorInfo using rowlayouts
posted

I have a grid bound to some objects.

It's SupportDataErrorInfo property is set to RowsAndCells which works fine in normal view.

However, when formatting the grid as a CardView with RowLayouts, I don't see my errorinfo anymore.

To be more specific, the error is normally only visible in the RowHeader, since it is occuring on a property of the object that isn't shown in the grid. By switching to cardview, I no longer have a RowHeader, so I can't see the error no more.

How should I set this up so I can see which cards (rows) are valid? Can I somehow set the dataerrorinfo in the cardcaption?