[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: Speed up Grid DataSource Content loading (Count function)

  • Thread starter Thread starter Dustin Grau
  • Start date Start date
Status
Not open for further replies.
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...
 
Status
Not open for further replies.
Back
Top