Hi bosjabosja,
If you are using the Validator in jqxWindow, you will need to dynamically update the validation hints positions(at least in this version).
As a solution, you can do the following:
1. Subscribe to the jqxWindow’s ‘moving’ and ‘resizing’ events.
2. In the callback functions, call the jqxValidator’s ‘updatePosition’ method.
3. Edit the jqx.base.css ‘jqx-validator-hint’ class and set its z-index to 9999. This is necessary because the validation hints should be displayed above the jqxWindow.
Best Regards,
Peter Stoev
jQWidgets Team
http://www.jqwidgets.com