Overview

19 Apr 20171 minute to read

The ListBox control provides a list of options for users to select from. It is capable of including other HTML elements such as images, text boxes, check boxes, and radio buttons and so on. It also supports data binding, template options and multi-select options.

Key Features

  • Data Binding: Supports Data binding with JSON data and remote data.

  • Multi Selection: Supports multiple selection of list items.

  • Virtual Scrolling: Provides support to load its data on demand through virtual scrolling which greatly improves the application’s performance.

  • Template Support: Support Template contents to render as list items

  • Grouping: Groups the set of list items with header

  • Cascading: To populate data in a ListBox based on the selection in another ListBox.

  • Drag and Drop: Supports drag and drop features for list items