Posted 27 January 2022, 10:46 am EST
Hi.
I have uc with some ctrls+validation logic which validates that textboxes are mot empty and have valid path (one of them). But when I launch app and call user control validation (userControl11.ValidateChildren(ValidationConstraints.Visible)) it always returns true, even if UI indcates error. Plus for some reason I don’t see error hints when navigate above red icon near control.
Source – https://drive.google.com/file/d/1L6eDhGrdzgL9Y0CBwa8mc1mfo_HjZO7G/view?usp=sharing
Thanks in advance.