All Tags »
Validation »
DataGrid »
DataGridControl (RSS)
Sorry, but there are no more tags available to filter with.
-
Hi,
I try to use the CellValidationRule on a wpf grid. Looking at the document example I can see that there is a returned object: return new ValidationResult( true, null );
But return to which object? and how to get this ValidationResult accessible from a user control that contains the grid,before the UI get displayed?
looking at ...