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

[Solved] RadgridView and details

1 Answer 146 Views
GridView
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Enrico Valiani
Top achievements
Rank 1
Enrico Valiani asked on 22 Dec 2009, 02:32 PM
Hi, Im Enrico
I have a little problem i don't know how to solve.
Im in the same conditions of this example.
http://demos.telerik.com/silverlight/#GridView/DataSourceChangeNotifications
I have realized a RadgridView for data and a grid for details.
I don't know how to validate new data when i change values on the details side. 
At first ihve thought that becasue there was a binding between them then
changing values should call CellEditEnded even if from details side.

thanks a lot.

Enrico

1 Answer, 1 is accepted

Sort by
0
Rossen Hristov
Telerik team
answered on 23 Dec 2009, 02:34 PM
Hello Enrico Valiani,

CellEditEnded is called only when you end editing a cell. If data is changed outside RadGridView it is not its responsibility to do the validation, not to mention that it is impossible anyway.

So it is up to you to implement validation if data is changed outside RadGridView. More on Data Validation you can learn here.

Regards,
Ross
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
GridView
Asked by
Enrico Valiani
Top achievements
Rank 1
Answers by
Rossen Hristov
Telerik team
Share this question
or