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

ValueToDisplayTextConverter

1 Answer 107 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Krishna
Top achievements
Rank 1
Krishna asked on 17 Oct 2008, 12:46 PM
Hi All,

Iam using RAD Grid for WPF,

Current i am having a problem with handling validation from BO

How can we use "ValueToDisplayTextConverter"...

How can i call BO Validatio for RAD Grid ?

Can any one help me in this ?

With Regards
Krishna M

1 Answer, 1 is accepted

Sort by
0
Atanas
Telerik team
answered on 20 Oct 2008, 12:46 PM
Hello Krishna,

Our RadGridView control  supports two validation levels - cell level and row level validation. We do not do automatic data validation through the IDataErrorInfo interface yet, but we will be supporting it in the future.

For now you can implement your validation method in your business object, then declare a validation  event handler where you can call your validation method.

I made a simple example for your implementing cell level validation.



Greetings,
Atanas
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
GridView
Asked by
Krishna
Top achievements
Rank 1
Answers by
Atanas
Telerik team
Share this question
or