Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
290
XamTextEditor has'nt same ValidationBahvior than XamMaskedInputEditor
posted

Hello,

I'm trying to implement the validation on some of my Xamgrid fields, I am using the INotifyDataErrorInfo on the objects that needs to be validated.

When I use a XamMaskedInput as the editor for my data (a simpel string) the Validation Tooltip is correctly shown :

But I do not need a XammaskedInput in this field, so I decided to pu a simple XamtextEditor and the tooltip doesn't show up anymore (but the border of the control remains red) :

How can I manage to get the same bahavior than the XamMaskedInput ??

Thanks