Problem on validation in Listview
I have a very similar situation to yours, but need to know if there are any failed validations in any of the ListView cells for the currently editing row, before allowing the user to move to another...
View ArticleProblem on validation in Listview
Now I used "PropertyChanged" as the type of updatesourcetrigger, and I have solved all problems.Anyway, thanks
View ArticleProblem on validation in Listview
I have solved the first one problem Is anyone knows the second one?
View ArticleProblem on validation in Listview
I have made clear of some problem, but still can not solve the 2 points 1. When error occurs, the tooltip always shows "Exception has been thrown by the target of invocation" instead of proper content...
View ArticleProblem on validation in Listview
Thank you for your advice. I have tried it, but it seems not work. Should I need to customize one validtation rule class?
View ArticleProblem on validation in Listview
try this in your listview<ListView KeyboardNavigation.TabNavigation="Continue"............
View ArticleProblem on validation in Listview
I have data bound listview, and listview is binding to one object class "Records" (the properties of this object is assigned instantly with data which come from an external file source). The listview...
View Article