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?
I am checking about the progress of this issue. Please let me know If you need any further assistance on this.
Boris Hi,
Sorry for the long delay !!!
Tried to reproduce the bug in sample project but without success.
Actually in our application the bug is also not consistent.
All the build logic is done manually without the help of the designer. The control hierarchy is as following :
Form -> Tabs Container -> Tab -> UserControl -> Tiles -> Tile -> UserControl
And it seems to be that it depends on number of tiles inside the user control. For now my solution is to iterate each tab and select it.
Thanks for you help :)