Hi
The problem that I have with autocompleteTextBox (with multicolumn support) is, comes up on IE browser.
If I type something on textbox and select an item from suggestion list and then remove this item by clicking "resetIcon", the textbox is cleaned up but suggestion list stays on UI, not disappeared.
I tried to clean up dataSource but in that case the suggestion list with headers stays still on UI.
Is there a way to close suggestion list programmatically?
I tried to call following method but I got an exception. => ("close" method does not exist.)
$("#myElement").ejAutocomplete("close");
What strange is, altough I got an exception, the suggestion list is closed :)
But of course, I need to close it without getting an jscript exception.