Product Bundles
DevCraft
All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
Web
Mobile
Document Management
Desktop
Reporting
Testing & Mocking
CMS
UI/UX Tools
Debugging
Free Tools
Support and Learning
Productivity and Design Tools
Hello,
I'd like to know how to clear items and force close dropdown in AutoCompleteBox from client side (Javascript)...
Thanks!
I figured it in case someone is in the very same problem:
var autoComplete = $find("<%= RadAutoCompleteBox1.ClientID %>"); autoComplete._dropDown.close();