Announcement

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

    listGrid event for filterchange?

    SmartClient 8.1

    Hi, In my example I would like to update a Label with how many rows are remaining in a listGrid after updating filter(s).

    Using REST as dataSource.

    I have seen that there is an event for filterChanged(), but do not know if and how I can implement it in a listGrid

    Now I am using a mixture of transformResponse and drawAreaChanged events, it seems to work but maybe not the most efficient way ...?

    BR
    Johan Newbie

    #2
    Use the dataArrived event.

    Comment


      #3
      Perfect, thanks, excellent.

      Comment

      Working...
      X