The Blazor ListView Component 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 or views.
Powerful data binding allows data to be loaded from an array of primitive data, JSON data collections, or remote data sources. It 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.
The Blazor ListView supports UI virtualization to improve performance while loading huge amounts of data. This creates a fixed number of items irrespective of data volume and displays the relevant data instead of creating items.
Sort data programmatically in ascending or descending order. Also use custom sorting logic.
Group ListView data programmatically. You can identify a group name from group headers in the view. Also use custom sorting logic.
The Blazor ListView represents a nested data object structure in a list of lists. The initial screen displays the first-level list items and next level will be displayed when interacting with it.
When a user clicks or taps an item, Blazor ListView enables the selection of the list item by default.
The Blazor ListView Component supports multiple selection through check boxes on the right or left of the list items. This helps users select or clear a series of items without using the keyboard.
Users can disable the Blazor 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.
Arrange the list item content with multiline text, icons, and avatars.
Completely customize the Blazor List View 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.
The Blazor List View Component 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.
In the Blazor ListView Component, you have Component over all the UI elements and behaviors. This provides the best experience to users through a rich set of developer-friendly APIs.
ListView is also available in Angular, React, Vue and JavaScript frameworks that are built from their own TypeScript libraries. Check out the different ListView platforms from the links below,
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.