Posted 19 June 2025, 4:43 pm EST
We are validating a date in a C1DateEdit control.
When we input a bogus date (eg. 1/33/2025), our code in the Validating() event is showing that the e.Cancel value is already set to TRUE.
Presumably this is because of PreValidation but we have removed the PreValidating() event handler from our date control.
That being the case, why are we still seeing e.Cancel has already been set to TRUE in the Validating() event?
Thanks.
– Paul