Configure frontend paging and filtering
In case you display related data on the frontend via widgets inheriting ContentView, for example, NewsView, you can configure the widgets to use paging, filtering, or sorting.
The following code example demonstrates how you can enable paging for related News items:
In addition, you can set filter and sort expressions using the relevant properties of the MasterDefinition – FilterExpression=’Title.Contains(“jQuery”)’ and SortExpression="Title desc"