Skip to content

onAfterFilter

occurs after a datagrid was filtered via built-in filters

function onAfterFilter(): void
dgrid.attachEvent("onAfterFilter", function(){
console.log("Grid was filtered");
});

The event fires only for built-in DataGrid filters.

To catch the moment when view data is filtered by API, handle the onAfterFilter event of its Datastore.

Articles

API