Hi,
I am using RadGridView to display a List of objects that implement IDataErrorInfo, this list is being populated by objects imported from an XML file. Unfortunately some of the records may contain invalid data which the application should point out. Implementing IDataErrorInfo lets me do this wonderfully.
However, I would like to find a way to get these invalid rows, and valid ones, and I have not managed to find a way to do so.
Any ideas?
Thanks,
Daryl
I am using RadGridView to display a List of objects that implement IDataErrorInfo, this list is being populated by objects imported from an XML file. Unfortunately some of the records may contain invalid data which the application should point out. Implementing IDataErrorInfo lets me do this wonderfully.
However, I would like to find a way to get these invalid rows, and valid ones, and I have not managed to find a way to do so.
Any ideas?
Thanks,
Daryl