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

RadGridView row level validation with INotifyDataErrorInfo

0 Answers 73 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Maciej
Top achievements
Rank 1
Maciej asked on 01 Jun 2017, 07:21 AM

Hello,

I am trying to add row level validation for my RawTableParamView. RadGridView contains observable collection of SingleRow objects. This class extends from prism BindableBase. One of SingleRow properties is BindableDPDataItem which implements INotifyDataErrorInfo interface and checks if NewValue property showed in custom viewCell template is valid. I attach all important files here. Could you tell me how may I achieave row level validation and if its possible cell level validation for custom cell defined in RadGridView. I found your tutorial and git examples but don't understand how to configure RadGridView to look for BindableDPDataItem validation. Could you please show me how modify my code to make it work?

No answers yet. Maybe you can help?

Tags
GridView
Asked by
Maciej
Top achievements
Rank 1
Share this question
or