Announcement

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

    Bring everything from fetchData, not only the first item

    Hi, when I call fetchData from a datasource, it brings only the first result.
    I noticed if I add {startRow:0, endRow:75} on the criteria it will return the first 75 results.
    Is there a way to configure it to return everything?

    thanks.

    #2
    DataSource.fetchData() brings all matching records back by default. You may be thinking of eg listGrid.fetchData(), which does not - this is controlled by listGrid.dataFetchMode.

    Comment

    Working...
    X