Replies: 1 comment 1 reply
-
Hey @brignolff , |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm trying to bind a list box selected items to a collection in my ViewModel and then validate the collection using a ValidationRule.
The ValidationRule only verify if the count property of the collection is higher than 0.
The collection is getting filled but the Validation rule doesn't re-evaluate.
Tried with sourceList/Caches and Observable collection.
Can someone help me ?
Beta Was this translation helpful? Give feedback.
All reactions