简体   繁体   中英

JQuery Autocomplete inside RadWindow

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 VisibleOnPageLoad=true on page load it works fine again, but when VisibleOnPageLoad = false and is by default and on some button's click I set VisibleOnPageLoad=true after page refresh JQuery Autocomplete doesn't work.

Are there any suggestions?

I recommend using the RadAutoCompleteBox instead of jQuery autocomplete when using Telerik controls.

If you wanted to stick with the jQuery implementation the issue is most likely that the supporting jQuery plugin library isn't being loaded. You may need to manually add a direct reference to it on the parent page:

<script src=".../jquery-autocomplete.js" />

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM