Telerik UI for PHP ListBox Overview
Loading Demo...
- EXAMPLE
- VIEW SOURCE
-
Change Theme
defaultDefault Theme
- Main
- Main Dark
- Nordic
- Ocean Blue
- Ocean Blue A11Y
- Purple
- Turquoise
Bootstrap Theme- Main
- Bootstrap 3
- Bootstrap 3 Dark
- Main Dark
- Nordic
- Turquoise
- Turquoise Dark
- Urban
- Vintage
Material Theme- Main
- Arctic
- Lime Dark
- Main Dark
- Nova
Classic Theme- Main
- Green
- Green Dark
- Lavender
- Lavender Dark
- Main Dark
- Metro
- Metro Dark
- Moonlight
- Opal
- Opal Dark
- Silver
- Silver Dark
- Uniform
Fluent Theme- Main
index.php
Also available for:
API REFERENCEDescription
The Kendo UI for jQuery ListBox control enables you to display a list of data that is contained in a box and allows single or multiple selection, reordering of selected items, and deleting items and features keyboard navigation as well as the dragging and dropping of items.
The current example displays a basic configuration for a ListBox.
This ListBox example is part of a unique collection of hundreds of jQuery demos, with which you can see all Kendo UI for jQuery components and their features in action. View the source code of the demos from the library or directly adapt, and edit them and their theme appearance in Kendo UI for jQuery Dojo or ThemeBuilder.
Functionality and Features
- Single or multiple selection—The ListBox allows you to choose between its single or multiple selection modes.
- Drag & drop functionality—You can also enable the drag-and-drop feature for the ListBox items.
- Item templates—The ListBox component enables you to use templates for rendering an item, which are passed as a function or string.
- Local and remote data binding—The ListBox provides options for binding it to local data arrays and remote data services.