Is there a way to find out the number of rows in the filtered datasource in the ASPxGridView?
I can look at the datasource and do a .Count but that will give me the total count and not the user filtered count. If I use the VisibleRowCount it doesn't work if it's a grouped grid and user collapsed some of the groups.
I just want to know how many rows the grid have (after local filter applied).