Browse by Tags
All Tags » datagrid » Validation (RSS)
-
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 ...
|
|
|
|