I am not able to figure out a way to validate user input in a DataGrid control when it is bound to a DataTable. The issues I see are:
The input validation I am after are related to business rules, like a decimal value can't be negative, and another value has to be in the range say 10-25. Surely, there must be some way to enforce these rules.
Thanks.
you can validate a datatable in ColumnChanging Event and use SetColumnError