Hello,
This question is a bit tricky, If something is not clear, please ask to explain.
This is happing on all pages that follow this logic:
- An asp:ValidationSummary on top of the page
- Some client side validators
- One Telerik RadUpload control
The problem happens when a client side validator is triggered and it's error message is displayed at the ValidationSummary control. Every control on the page "slides" down to create space for the ValidationSummary control, but the RadUpload stays in the same place and ends up on top of some other control.
If I force the browser to re-render the page (as an example change zoom to 125% and then back to 100%) the RadUpload is displayed where it was suposed to be (slided down to give space for the ValidationSummary control).
Does any one has a solution for this problem? Right now I am trying to use javascript to force the refresh, but it's not so trival...