GridView global index

Hi,

By looking through the _collection and BusinessPackDataSet I din not find a ready available property for achieving a global index for the GridView.

{value: _collection.Index + 1 + _parent.ClientsDataSet.PagingOptions.PageIndex * _parent.ClientsDataSet.PagingOptions.PageSize}

Is there a shorter way? This is easily a potentially very common case for entire apps.

PS:
image

a “.GlobalIndex” would have been nice