We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
Unfortunately, activation email could not send to your email. Please try again.
Syncfusion Feedback

Trusted by the world’s leading companies

syncfusion trusted companies

Overview

The Angular ListBox is a graphical user interface for displaying a list of items with multi-selection options. It has a rich appearance and allows users to select one or more items from the list using checkboxes or keyboard interactions. It has several out-of-the-box features, such as data binding, sorting, grouping, reordering, dragging and dropping, UI customization, and accessibility.


Data binding

You can bind data from a variety of data sources such as JSON data collections or remote data source using different kinds of adaptors such as OData, OData V4, URL, JSON, and Web API. This uses JavaScript data manager to manage data, and also has customization option for data request and processing.

Angular List box with Data binding


Selection

ListBox selection is used to highlight the selected items. By default, multi-selection is enabled in the ListBox. You can also modify it to a single selection.

Single selection

When a user clicks or taps an item, ListBox enables the selection of the list item by default.

Multiple selection

The Angular ListBox component supports multiple selection using touch or keyboard actions.

Checkbox selection

Checkbox type selection allows you to select items using check boxes, and provision to select all items is also available.


Reordering of selected item

In ListBox, you can reorder selected items within the list. It can be moved up and down using keyboard interactions or toolbar action.


Angular drag and drop ListBox

Dragging and Dropping of items

The Angular ListBox allows you to drag and drop items between one or more list boxes. You can customize the placeholder and dragged item hint.


Toolbar

The ListBox toolbar allows you to perform predefined actions like,

  • Reordering: Moves selected items up or down.
  • Item transferring: Transfers selected or all items between connected list boxes.

Grouping with category

Group the list items with the corresponding category to pick an item quickly. It also increases the visual experience of the user.


UI customization with templates

The appearance (style) of each item displayed in the listbox can be customized.


Angular List Box with HTML form validation

Angular HTML form support

The Angular ListBox is a form component that Seamlessly supports HTML forms, template-driven forms (Angular), and reactive forms.


Sortable list items

You can display items in the ascending or descending order in a list.


Filtering

Filtering is used to select a few items from the list in the data column, that meet a given criteria. Enable the filtering functionality to show the search input box at the top of the Listbox.

Angular Listbox Filtering.


Other supported frameworks

ListBox is also available in Blazor, React, Vue, and JavaScript frameworks. Check out the different ListBox platforms from the links below,


Angular version compatibility

With continuous improvement in Angular versions, the Angular List Box is kept up to date to make it compatible with the latest version.


Web accessibility

  • Fully supports WAI-ARIA accessibility that makes a list view accessible to on-screen readers and assistive devices.
  • Follows WAI-ARIA best practices for implementing keyboard interaction.
  • Designed with UI element visuals such as foreground color, background color, line spacing, text, and images based on the WCAG 2.0 standard.
  • Supports right-to-left (RTL) direction for users working in right-to-left languages like Hebrew, Arabic, or Farsi.

Developer-friendly APIs

Developers can customize all UI elements and control their behaviors according to the end user’s requirement using the component’s rich set of client-side APIs.


Angular ListBox Code Example

Easily get started with the Angular ListBox using a few simple lines of HTML and TS code example as demonstrated below. Also explore our Angular ListBox Example that shows you how to render and configure a ListBox in Angular.

<div id="listbox-control">
    <h4>Select your favorite car:</h4>
    <ejs-listbox [dataSource]='data'></ejs-listbox>
</div>
public data: { [key: string]: Object }[] = [
        { text: 'Hennessey Venom', id: 'list-01' },
        { text: 'Bugatti Chiron', id: 'list-02' },
        { text: 'Bugatti Veyron Super Sport', id: 'list-03' },
        { text: 'SSC Ultimate Aero', id: 'list-04' },
        { text: 'Koenigsegg CCR', id: 'list-05' },
        { text: 'McLaren F1', id: 'list-06' },
        { text: 'Aston Martin One- 77', id: 'list-07' },
        { text: 'Jaguar XJ220', id: 'list-08' },
        { text: 'McLaren P1', id: 'list-09' },
        { text: 'Ferrari LaFerrari', id: 'list-10' }
];



80+ ANGULAR UI COMPONENTS

Frequently Asked Questions

  • Display list of items with single or multiselection option.
  • Sort, group, reorder, and drag and drop the list items.
  • Utilize rich UI interaction and keyboard navigation support.
  • Reorder and transfer the items between connected ListBoxes with toolbar settings.
  • Select items with check boxes.
  • Customize items with template support.
  • Simple configuration and API.
  • Supports all modern browsers.
  • Touch-friendly and responsive UI.
  • One of the best Angular ListBox in the market that offers feature-rich UI to interact with the software.
  • Extensive demos and documentation to learn quickly and get started with Angular ListBox.

You can find our Angular ListBox demo here.

No, this is a commercial product and requires a paid license. However, a free community license is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue, 5 or fewer developers, and 10 or fewer total employees.

A good place to start would be our comprehensive getting started documentation.

Our Customers Love Us

Having an excellent set of tools and a great support team, Syncfusion reduces customers’ development time.
Here are some of their experiences.

Rated by users across the globe

Transform your applications today by downloading our free evaluation version Download Free Trial

Awards

Greatness—it’s one thing to say you have it, but it means more when others recognize it. Syncfusion is proud to hold the following industry awards.

Up arrow icon
Live Chat Icon For mobile