Is possible to have a new state of InvalidValueBehavior that rappresent nothing (exemple None)?I need a state that does not do anything at the control, I manually check the control through the property IsValidValue.
Thanks for reply.
Hello Matteo,
Have you tried the InvalidValueBehavior property to RetainValue or perform validation in the EditModeEnded event. Does this work in your scenario?
Alex.
No, I want that, if the value is wrong the user can continue to fill the form (with the wrong value) and at the end, when the user confirms, I show a message with the errors.Is possible to do it?