Question
Blue Rose Technologies
NL
Last activity: 24 Sep 2021 16:09 EDT
What is the behaviour of property, if property type and UI validation are different ?
What is the behaviour of property, if property type and UI validation are different , If i use Property type as text and UI control under Display and Validation section to pxDateTime.
the property is not throwing any validation, if enter wrong date like 213/23/22244
Scenario:
Control format is DateTime (Check with option allow free text)
Property Pro1 is of type text (Capturing date using DateTime control and saving to Pro1)
Since user has access to enter free text, he is entering like invalid value, during this DateTime control is not throwing any error.