Hi,
I'm experiencing a problem using validator in tabs.
Each control located in tab that was not shown yet validates against wrong null values.
When the control becomes active/visible the validation is successful.
Any help will be appreciated !!!
Thanks in advance
Hello,
I assume, that you are using the 'UltraTabControl' control, is that right? If so, I am not able to reproduce this, so could you please try to modify my sample, so it reproduces the isse or attach a sample of yours? Also, what is the version you are using - this could be and already issue which has been fixed?
p.s
found out that the actual problem is with bindings. The binding doesn't happen so the value validation is against null.