Hi,
I am using a dataGrid, with a DataSource wich is not a DataTable, and I would like to use the equivalent of SetColumnError on a row (but not DataRow).
Is there any possibility ?
Thanks,
Anne-Lise
Hello,
Thanks, I progressed with your answer.
I made my own model implement IDataError, and it functions well.
Regards,
Hello,
I am just checking about the progress of this issue. Let me know If you need any further assistance on this issue?
Thank you for using Infragistics Components.
Hi Anne-Lise,
The grid has not built-in support for storing the error information, it has to be stored on the DataSource and exposed via the IDataErrorInfo interface.
If your DataSource is not a DataTable, then what is it? If it's your own custom class(es), then you could implement IDataErrorInfo on it yourself, of course.