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...
Continue reading...