Hi Michael
Mairegger,
Greetings from Syncfusion support.
Based
on the provided details, it has been noted that you want to get the total
number of items present within the Grid. Currently, you are utilizing the
ODataAdaptor to retrieve the data from the server. The total record count can
be accessed through the `count` property within the arguments of the `beforeDatabound`
event of the Grid. However, it appears that you require this count during the 'actionBegin'
event of the Grid. In this event, the total record count can be accessed using
the `totalRecordsCount` property within the pageSettings of the
Grid as `grid.pageSettings.totalRecordsCount`.
API
References:
pageSettings
beforeDataBound
If
you need any other assistance or have additional questions, please feel free to
reach out us.
Regards,
Aishwarya
R