ListBox for ASP.NET AJAX


List and interact with items in an intuitive way.

Part of RadControls for ASP.NET AJAX.

ListBox

Listing Items

List your items in an intuitive way by providing the ability to scroll, reorder, and delete your items. Additionally, integrate multiple list boxes by providing the ability to transfer and move items between them. View demo

Data Binding

Bind your list box to various data sources such as ASP.NET DataSource controls, custom business objects, OData, and even web services. View demo

Checkboxes

Set a single property and instantly integrate a checkbox control into every list box item. View demo

Drag and Drop Support

Easily move or transfer items from one list box to another, or even a completely different ASP.NET control by enabling drag and drop. View demo

Templates

Specify and customize the exact layout of every item within the list box. View demo

Load on Demand

Only load the data that currently needs to be displayed to the user through the lazy-loading load on demand feature. View demo

Client-side API

Fully interact with the ASP.NET list box control in JavaScript through the provided client-side API. View demo