Announcement

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

    how to filter (or fetch) a listGrid when autofetchData: false

    Hello,
    I have a ListriGrid, I wanted to put
    Code:
     autoFetchData : false
    because I have a lot of data and I don't want to load it from the launch of the application, but it has caused me problems in the filter list !! example :
    Code:
      ListGrid.fetchData ({id: 1})
    it doesn't work!
    do you have any idea how to resolve this problem
    Last edited by debutant_ISC; 29 Aug 2014, 01:03.
Working...
X