This question is locked. New answers and comments are not allowed.
http://www.telerik.com/help/wpf/gridview-events-validation.html reads that
"It is important to know that each one of the validation events is fired only when the user is trying to commit new data in the RadGridView control. They do not occur when the RadGridView loads data."
But I need to validate when the RadGridView loads data and show validation(error) message (if any) to user.
So can we fire the validation events explicitly on data load?
If this is not possible,
Is there any other workaround to achieve this?
If there is no other work around, is it possible to validate multiple cells and show validation (error) message on some external trigger (say a button click where button is outside the Radgridview)?
"It is important to know that each one of the validation events is fired only when the user is trying to commit new data in the RadGridView control. They do not occur when the RadGridView loads data."
But I need to validate when the RadGridView loads data and show validation(error) message (if any) to user.
So can we fire the validation events explicitly on data load?
If this is not possible,
Is there any other workaround to achieve this?
If there is no other work around, is it possible to validate multiple cells and show validation (error) message on some external trigger (say a button click where button is outside the Radgridview)?