Announcement

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

    ListGrid.filterData with setData does not work?

    Hi

    I have a ListGrid that uses setData and not setDataSource.
    Is filterData supported for ListGrid that uses setData?

    Thanks

    #2
    Check the API docs for ListGrid, specifically setFilterLocalData.

    Comment


      #3
      Thanks for the response. I changed to use:
      Code:
      	dataGrid.setDataSource(myDataSource);
      and the regular filter works great!
      Last edited by tekwojenski; 19 Jun 2014, 12:32.

      Comment

      Working...
      X