Javascript/jQuery UI Widgets
Show Demo List
Our jQuery ListBox offers an intuitive and easy-to-use interface. It supports full
UI virtualization which minimizes the number of DOM elements that need to be rendered
and ensures unbeatable performance in scenarios with thousands of list items.
jqxListBox has a built-in data binding logic designed to support various data sources and operate with large datasets. The ListBox supports several data binding modes optimized for common scenarios:
You can use the arrow keys on the keyboard to move around the ListBox items. Press
the down arrow to move down the selection. Press the up arrow to move up the selection.
Press the Page Up/Down keys to navigate up or down with one page. When you press
the Home and End keys, you can easily navigate to the first and last list item.
jqxListBox fully supports checkboxes, which are displayed next to the ListBox items.
You can enable the checkboxes mode by setting the listbox's 'checkboxes' property
to true.
An incremental search begins searching as soon as you type the first character of the search string. As you type in the search string, jqxListBox automatically selects the found item. When you have typed enough characters to identify the place you want, you can stop. You may terminate the search explicitly with 'Return' or 'Esc' keys. If you make a mistake in typing the search string, you can cancel characters with 'DEL' or 'Backspace'. Each 'DEL' or 'Backspace' cancels the last character of search string. The Incremental Search string is automatically restarted after a time-interval when you stop typing.
jqxListBox supports all major desktop and mobile web browsers – Internet Explorer
7.0+, Firefox 2.0+, Safari 3.0+, Opera 9.0+, Google Chrome, IE Mobile, Android,
Opera Mobile, Mobile Safari(IPhone, IPad). jqxListBox automatically detects the
browser's type and adjusts its internal behavior for optimal rendering and best
user experience. You can easily use this widget even on touch devices. When the
ListBox detects that its running on a touch-enabled device, it turns on its built-in
touch-scrolling and selection.
jqxListBox has a rich set of events and built-in functions guaranteeing full control over the ListBox. With the ListBox API, you can select or unselect an item, add, insert or remove list items, disable or hide an item.