Hi,
I am trying to get the total count of my RadGrid.
When I use GridResult.MasterTableView.Items.Count I get only the count on the actual page.
I've seen a post that disable the Paging, count the total, reactivate the paging and rebind. http://www.telerik.com/community/forums/aspnet-ajax/grid/total-record-count-after-filter.aspx
Is there any property that could return the total count ?
Thanks to everyone.