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 ASP.NET Core ListView control is a list-like interface that allows you to select an item or multiple items. It represents data in an interactive hierarchical structure across different layouts and views.


Data binding

Powerful data binding allows data to be loaded from an array of primitive data, JSON data collections, or remote data sources. The control supports complex data with field mapping; different kinds of data services such as OData, OData V4, and web API; and data formats such as XML, JSON, JSONP, CSV, and HTML tables.

Data Binding in ASP.NET Core ListView


UI virtualization

ASP.NET Core ListView supports UI virtualization to provide better performance while loading huge amounts of data. This loads a fixed number of items irrespective of data volume and displays the relevant data.


Sortable list

Sort data programmatically in ascending or descending order. Also use custom sorting logic.

Group list

Group ListView data programmatically. You can identify a group name from group headers in the view. Also use custom sorting logic.

Multilevel ListView

The ASP.NET Core ListView represents a nested data object structure as a list of lists. The initial screen displays the first-level list items and the next level is displayed when interacting with them.


Selection

Single selection

When a user clicks or taps an item, ASP.NET Core ListView enables the selection of the list item by default.

Checkboxes

The ASP.NET Core ListView supports multiple selection through checkboxes mode on the right or left of the list item. It helps users to select or clear a series of items without using the keyboard.

Manipulation

Users can disable the ListView selection by handling events. Preserve and restore the selected values in the ListView to help users continue their work from a previously saved state.


Multiline text

Arrange the list item content with multiline text, icons, and avatars.


UI customization

Completely customize the ListView header, list item, and group header using template options. This helps users arrange their content in flexible formats like image view, multiline text view, and mixed mode.

Customization in ASP.NET Core ListView


Grouping

ListView supports wrapping nested elements into groups based on categories. The category of each list item can be mapped with the groupBy field in the data table, which also supports single-level navigation.

Grouping in ASP.NET Core ListView


Searching and filtering

Search and filter list view data based on the user input using the Data Manager.


Dual list

Design dual list using ASP.NET Core ListView to move data from one list to another.


Touch-Friendly in ASP.NET Core ListView

Touch-friendly UI

The ASP.NET Core ListView control responds to screen sizes and adapts its contents to fit any device. It also recognizes touch gestures, enabling items to be selected or cleared when a tap or double-tap action is performed. This provides the best user experience for phones, tablets, and desktops.


Built-in and customizable themes

Several built-in, Sass-based themes are available: Fluent, Tailwind CSS, Bootstrap 5, Bootstrap, Material, and high contrast. Users can customize these themes by either overriding the existing Sass styles or creating custom themes using the Theme Studio application.


Other frameworks

The ASP.NET Core ListView control is also available in Blazor, Angular, React, Vue and JavaScript frameworks that are built from their own TypeScript libraries.

Web accessibility

  • Fully supports WAI-ARIA accessibility that helps ListView be accessed by on-screen readers and assistive devices.
  • Follows the WCAG 2.0 standard with design of UI visual elements such as foreground color, background color, line spacing, text, and images.
  • Follows WAI-ARIA best practices best practices for implementing keyboard interaction.

Developer-friendly APIs

In ListView, developers can control all the UI elements and behaviors. A rich set of developer-friendly APIs provides the best user experience.


ASP.NET Core ListView Code Example

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

using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Mvc;

namespace EJ2CoreSampleBrowser.Controllers.ListView
{
    public partial class ListViewController : Controller
    {

        public IActionResult DefaultFunctionalities()
        {
            return View();
        }
    }
}



85+ ASP.NET CORE UI CONTROLS

Frequently Asked Questions

  • Built-in support for flexible data binding, sorting, grouping, nested navigation, multiple selection, templating, and more.
  • High performance means it can load a huge amount of data on demand while being scrolled.
  • Data can be elegantly visualized with cards, images, icons, avatars, and badges for better understanding.
  • One of the best ASP.NET Core ListView in the market that offers feature-rich UI to interact with the software.
  • Simple configuration and API.
  • Expansive learning resources such as demos and documentation to let you get started quickly with the ASP.NET Core ListView control.

You can find our ASP.NET Core ListView demo, which demonstrates how to render and configure the ListView.

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