We are trying to display the total record count in a grid (in addition to the count in the pagination control). Is there any way to get the current total of rows? We have been able to retrieve the count on page load with javascript but have been unable to find a way to determine when the displayed count has changed (after a search).
Any help is greatly appreciated.