Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Not ClientOnly Filtering

    I have a RestDataSource which works great. This is not clientOnly because the underlying datasource (mysql table) will change, and we want to be able to do a refresh to get that new data. We can do that now, and that seems to work fine.

    However, we want to do client-side filtering based on Criteria.
    No matter what we do, that doesn't seem to work. We tried the FetchMode.LOCAL and .BASIC to see if that worked. Since we have the data, there is no need to re-get the data, we just want to filter the grid.

    There must be some other setting we are missing.
    Can anyone quickly point me in the right direction.
    if I need to post code I will, but I figured someone might have a quick fix.

    Thanks!
Working...
X