Hello Isomorphic,
I am sure this is a simple question. I am using Smart Client 8.3 and calling filterData() on my ListGrid and want to display the total number of filtered results for adaptive filtering. I can get the total result count from server-side responses by passing a callback function as the second argument in filterData() but when filtering is done client-side instead of going to the server, how do I get the total count? Is there one single recommended way to get the total number of results to populate the list grid irrespective of whether it goes to the server to fetch or it is done on the client-side?
Thanks.
I am sure this is a simple question. I am using Smart Client 8.3 and calling filterData() on my ListGrid and want to display the total number of filtered results for adaptive filtering. I can get the total result count from server-side responses by passing a callback function as the second argument in filterData() but when filtering is done client-side instead of going to the server, how do I get the total count? Is there one single recommended way to get the total number of results to populate the list grid irrespective of whether it goes to the server to fetch or it is done on the client-side?
Thanks.
Comment