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.