Grids
Example of Checklist in ASP.NET Core ListView Control
This sample demonstrates the checkbox functionalities of the ListView. Click multiple list item to check or uncheck the items.
Flat List
- Hennessey Venom
- Bugatti Chiron
- Bugatti Veyron Super Sport
- SSC Ultimate Aero
- Koenigsegg CCR
- McLaren F1
- Aston Martin One- 77
- Jaguar XJ220
- McLaren P1
- Ferrari LaFerrari
- Mercedes-Benz Aston Martin
- Zenvo ST1
- Lamborghini Veneno
Group List
- Audi
- Audi A4
- Audi A4
- Audi A5
- Audi A6
- Audi A7
- Audi A8
- BMW
- BMW 501
- BMW 502
- BMW 503
- BMW 507
- BMW 3200
The ListView component has checkbox feature, which is used to select multiple items from the list. This feature can be enabled using the
ShowCheckBox
property.
In this sample, the checkbox is enabled on default list and group list.