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.
Some documentation pages have recently moved to a new section: Profound AppDev. If you are having trouble finding specific pages, try the documentation search capability or reach out to our Support team!