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
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
Comment