Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
888
Total Record Count with filtering and paging on client side
posted

I am using the behaviors for Paging and Filtering, and catching the client event for :

WebDataGrid.Behaviors.Filtering.FilteringClientEvents.DataFiltered

The current page size I have set is 100, so the rows length return on the client side is the current page length.   Obviously I can't do the total page count * the page size, because the last page maybe a partial page.  

Also here is the current version of Infragistics I am using:

11.1.20111.2020

I have looked at the following post but does not seem to get what I needed.

http://forums.infragistics.com/forums/p/27700/299072.aspx#299072