Telerik UI for ASP.NET Core ListView Basic Usage

Loading Demo...
  • EXAMPLE
  • VIEW SOURCE
  • Edit in Telerik REPL
HtmlHelper
TagHelper
Files:
index.cshtml
IndexController.cs
ProductService.cs
ProductViewModel.cs
Index_TagHelper.cshtml

Also available for:

CLIENT-SIDE API HTML HELPER API
devcraft ninja image

The ListView component is part of Telerik UI for ASP.NET Core, a professional grade UI library with 110+ components for building modern and feature-rich applications. To try it out sign up for a free 30-day trial.

Description

The Telerik UI for ASP.NET Core ListView allows you to display data-bound items in a stylish, custom templated layout.

It iterates over each item in a given data source, renders content (also known as a repeater), and has multiple built-in key features listed below.

Key Features

  • Ajax binding – configuring the ListView for Ajax binding
  • Editing – editing functionalities for the ListView's items
  • Paging – a pager, controlling the display of larger amounts of data
  • Templates – visualizing data items in a consistent manner
  • Endless Scrolling – optimize performance for large amounts of data by displaying only a subset of items and appending additional records on demand
  • Selection – select one or more items at a time with the Single & Multiple Selection options
  • Grouping – grouping ListView items
  • Globalization – translation and adaptation of component messages to specific cultures
  • RTL – support for right-to-left languages
  • Accessibility – screen readers and keyboard support

Additional Apps

This ListView example is part of unique collection of hundreds of ASP.NET Core demos, with which you can see all Telerik ASP.NET Core components and their features in action. View the source code of the demos from the library or directly adapt, and edit them and their theme appearance in Telerik REPL for ASP.NET Core or ThemeBuilder.

Support & Learning Resources

Additional Resources