I have Jquery Autocomplete, it's on loaded on user control, which on RadWindow on page.When I remove RadWindow and place user control directly to page it works fine, when I've RadWindow and it's \[code\]VisibleOnPageLoad=true\[/code\] on page load it works fine again, but when \[code\]VisibleOnPageLoad = false\[/code\] and is by default and on some button's click I set \[code\]VisibleOnPageLoad=true\[/code\] after page refresh JQuery Autocomplete doesn't work.Are there any suggestions?