or
// note that this suggest is not the same as the configuration method
// suggest which enables/disables auto suggesting for the AutoComplete
//
// get a referenence to the Kendo UI AutoComplete
var autoComplete = $("#autoComplete").data("kendoAutoComplete");
// force a suggestion to the item with the name "Inception"
autoComplete.suggest("Inception");
treeview.remove(".k-item")