[progress Communities] [progress Openedge Abl] Forum Post: Re: A Very Simple Question Of...

  • Thread starter Thread starter egarcia
  • Start date Start date
Status
Not open for further replies.
E

egarcia

Guest
The options serverPaging and serverFiltering work pretty much as the cases that you mentioned. You can use serverPaging = true by itself and you can use serverFiltering = true by itself as well. However, if you apply a filter when working with serverPaging = true, a client side filtering would only apply to the data that is available locally, i.e., the page. This result might not be what a user would expect. In most cases, when working with serverPaging = true, you would also want to use serverFiltering = true and serverSorting = true. I hope this helps.

Continue reading...
 
Status
Not open for further replies.
Back
Top