There is grid with object which implement INotifyDataErrorInfo for validation and ValidatesOnDataErrors="InViewMode".
So basically grid is used only to highlight errors.
Everything works great, but if there is error, grid highlights each cell with incorrect value and additionally whole row.
Is there way to highlight only cells, not whole row?
Thanks,
Michael
So basically grid is used only to highlight errors.
Everything works great, but if there is error, grid highlights each cell with incorrect value and additionally whole row.
Is there way to highlight only cells, not whole row?
Thanks,
Michael