This question is locked. New answers and comments are not allowed.
I have a test page with a comboBox that loads on demand items via ajax. Opening page and clicking ComboBoxes down arrow fetches the items from the server.
Then im doing
to clear the ComboBox. Then, when I hit the down arrow of the ComboBox it does not fetch the items form the server. When I type some text to the combobox then it sends ajax to the server and everything works.
Now, how can I force it to fetch items from the server with an empty query after dataBind() ??
regards,
Then im doing
$('#AjaxComboBox1').data('tComboBox').dataBind();
to clear the ComboBox. Then, when I hit the down arrow of the ComboBox it does not fetch the items form the server. When I type some text to the combobox then it sends ajax to the server and everything works.
Now, how can I force it to fetch items from the server with an empty query after dataBind() ??
regards,