D
Dustin Grau
Guest
Using the default pattern (JFP) for filtering/paging, you must wait for the Count function to respond so that the grid is aware of how many total records will be present and it can update all of its extended object (pager, X of Y counts, etc.). To do what you're asking would require a bit of a shift in your filter pattern and more setup on the back-end to return the count WITH the page of results (thereby removing the 2nd call for the Count). How are you building your business entities currently, and how are they exposed?
Continue reading...
Continue reading...