New to Telerik UI for ASP.NET Core? Download free 30-day trial

MobileListViewEventBuilder

Methods

Click(System.String)

Fires when item is tapped.

For more information see Click event.

Parameters

handler - System.String

The name of the JavaScript function that will handle the click event.

DataBound(System.String)

Fires when the ListView has received data from the data source.

For more information see DataBound event.

Parameters

handler - System.String

The name of the JavaScript function that will handle the dataBound event.

DataBinding(System.String)

Fires when the ListView is about to be rendered.

For more information see DataBinding event.

Parameters

handler - System.String

The name of the JavaScript function that will handle the dataBinding event.

LastPageReached(System.String)

Fires when the last page of the ListView is reached. Event will be raised only if the 'endless scroll' or 'load more' option is enabled.

For more information see LastPageReached event.

Parameters

handler - System.String

The name of the JavaScript function that will handle the lastPageReached event.

In this article
Not finding the help you need?