Announcement

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

    ListGrid - filter on client side

    I have a ListGrid with FilterEditor Eanbled. I want to filter data in grid on client side (with sorting, sorting works fine). but now my grid works in the way:

    1. get data from server
    2. user use filter editor criteria but geting error (grid trying to filter on server side)
    3. user user filter editor (but now he deleting all criteria, and now server coretly give data (same as in point 1))
    4. now filter editor works on client side.

    In my opinion there is a problem with caching data.
    How to make that grid working ?
Working...
X