Hi there,
I followed this discussion and link to get the styled validation running and it's almost there, there's just one (well, maybe two) issue(s) I can't really put my finger on right now.
The style used is taken from the thread above, verbatim.
First is too 'eager' styling after INotifyDataErrorInfo completes (since I'm using INotifyDataErrorInfo to validate each row's view model - so effectively all cells - in the intercepted 'RowEditEnded' event) , here's a reference picture and here's one after row view model validation . failed. Notice how all rows are lit up? None of them have the sliding popup on the exclamation marker, nor the popup with error, so I bet it's an easy style fix, but right now I don't have the time to explore it on my own, so I'm asking at the source.
[EDIT]: Peculiar thing, it seems to happen only on the first validation, then it works as expected.
Other thing is this errors marker, since the validation returns
I followed this discussion and link to get the styled validation running and it's almost there, there's just one (well, maybe two) issue(s) I can't really put my finger on right now.
The style used is taken from the thread above, verbatim.
First is too 'eager' styling after INotifyDataErrorInfo completes (since I'm using INotifyDataErrorInfo to validate each row's view model - so effectively all cells - in the intercepted 'RowEditEnded' event) , here's a reference picture and here's one after row view model validation . failed. Notice how all rows are lit up? None of them have the sliding popup on the exclamation marker, nor the popup with error, so I bet it's an easy style fix, but right now I don't have the time to explore it on my own, so I'm asking at the source.
[EDIT]: Peculiar thing, it seems to happen only on the first validation, then it works as expected.
Other thing is this errors marker, since the validation returns
a List<string>, how could I easily customize this template to either not show the pop-up at all or show the error list?