I have a datagrid in a wpf application where AutoGenerateColumns="TRUE". I would like to set some or all of them to be required and invalidate if something is missing.
I was hoping there would be something like: dgrid.Columns(_DataTable.Columns("fname").Ordinal)
.required = TRUE