How can I get the 1st item of the data, which the filter returns?
Sample:
The datasource has 20 items. When I apply a filter, the filter returns
only 5 items. How can I access the 1st of the 5 items and all its
properties?
In order to get the view of the data with applied paging, sorting, filtering etc. operations, you should use DataSource view method. Thus, getting the first item looks similar to the following: