Announcement

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

    ListGrid DS Fetch Call Function maks multiple requests

    Common Issue :

    Fetch Data request makes multiple requests to DS. So it retrieves same result list at many times.

    I need to make that request at only once. How i can achieve that?

    #2
    If the data is relatively small, see DataSource.cacheAllData.

    Comment

    Working...
    X