hi there,
When we used your example
http://demos.telerik.com/kendo-ui/combobox/serverfiltering
and added a single line (the one with refresh)
$(document).ready(function() { $("#products").kendoComboBox({ placeholder: "Select product", dataTextField: "ProductName", dataValueField: "ProductID", filter: "contains", autoBind: false, minLength: 3, dataSource: { type: "odata", serverFiltering: true, transport: { read: { } } } }); $("#products").data("kendoComboBox").refresh();});we had an strange behaviour
if you type in the text field - everything is normal
if you press on the arrow, no items will be shown, over network we saw, that the datasource has not been read.
best regards
mathias