onfilterchange event (Grid)
This event activates when a filter is added, removed or changed on a grid. For example, this event could be used in conjunction with the getAllDataValues() API to re-calculate a total when the grid filter changes.Â
Example:
onfilterchange: calcTotal();
See the getAllDataValues API for an example calcTotal() function.