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
760
Validation in UnboundField
posted

Hello,

I am creating the grid dynamically in code and filling its values manually as well. My business object support IDataErrorInfo but that does not work, I don't expect it to work because the grid is not bound to anything. However, I want to manually check the business object and show the validation icon (*) in the cell.

In other words I want to manually show/hide the validation error icon in a cell. I would prefer not to create my own style and want to re-use the validation icon style that comes with v9.2 of the grid.

Help much appreciated.

Thank you

Tahir