In addition I did work around the problem by using the checkItem method and the visibleIndex property
var formItem = "Breve"; var item = $("#listbox").jqxListBox('getItemByValue', formItem); $("#listbox").jqxListBox('checkIndex', item.visibleIndex);