DevReach site: Modify the List view of the Sessions template

The List view widget template is used to display a list of sessions. When you click a session, it opens in the Detailed view.

Open the Sessions List view widget template for editing and paste the following code:

NOTE:
  • data-day-id="<%# Eval("Day.Id") %>" – the fields of related items can be accessed using simple Eval expression for one-to-one relations . The data-day-id attribute is required for the filtering by day functionality. The filter hides the rows by Day.Id property.
  • <%# Eval("Speakers")%> - for one-to-many relations the Eval expression returns a list of IDataItems that can be used as a data source for a repeater. In this case, a list of speakers related to the current session is returned.

The following screenshot displays the final looks of the Session widget in list view:

Increase your Sitefinity skills by signing up for our free trainings. Get Sitefinity-certified at Progress Education Community to boost your credentials.

Web Security for Sitefinity Administrators

The free standalone Web Security lesson teaches administrators how to protect your websites and Sitefinity instance from external threats. Learn to configure HTTPS, SSL, allow lists for trusted sites, and cookie security, among others.

Foundations of Sitefinity ASP.NET Core Development

The free on-demand video course teaches developers how to use Sitefinity .NET Core and leverage its decoupled architecture and new way of coding against the platform.

Was this article helpful?