Example of Default Functionalities in ASP.NET Core ListView Control
This sample demonstrates the default functionalities of the ListView. Click any item from the list to select and highlight it.
DEMO
SOURCE
Flat List
Group List
The ListView component represents data in interactive hierarchical structure interface across different layouts or views, that also has the features such as data binding, template rendering, and grouping.
The group list allows you to group the relevant items under a logical category by mapping the GroupBy
field.
In this sample, Cars are grouped based on their Category.