This is a migrated thread and some comments may be shown as answers.

RadGridView DataTable and IDataErrorInfo

3 Answers 97 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Ed James
Top achievements
Rank 2
Ed James asked on 13 Dec 2013, 09:21 AM
I have a DataTable bound to a RadGridView. I wish to display data errors for all rows on load.

When I create my DataTable I validate it, and if a cell has an error I call the following:

row.SetColumnError(1, "This cell has an error");

I can't get this to show up in the grid. How can I do this with a DataTable?

Thanks

3 Answers, 1 is accepted

Sort by
0
Yoan
Telerik team
answered on 13 Dec 2013, 12:16 PM
Hello Ed,

I can suggest you to check this forum thread where this question has already been discussed.

Regards,
Yoan
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for WPF.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely.
Sign up for Free application insights >>
0
Ed James
Top achievements
Rank 2
answered on 14 Dec 2013, 11:22 PM
Thanks, that did the trick.
0
Yoan
Telerik team
answered on 16 Dec 2013, 05:37 PM
Hi Ed,

Thank you for the update. Please if you face any difficulties do not hesitate to contact us.


Regards,
Yoan
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for WPF.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely.
Sign up for Free application insights >>
Tags
GridView
Asked by
Ed James
Top achievements
Rank 2
Answers by
Yoan
Telerik team
Ed James
Top achievements
Rank 2
Share this question
or