All Tags »
Validation Rule... »
WPF Data Grid (RSS)
Sorry, but there are no more tags available to filter with.
-
I have created a unique cell validation rule. In Grid i have got an Item Code field. The user will type the Item Code. Grid should not contain duplicate item code. if itemcode is already entered it should give error message. public class UniqueCellValidationRule : CellValidationRule { public UniqueCellValidationRule() { ...