onAfterFilter
occurs after a datagrid was filtered via built-in filters
function onAfterFilter(): voidExample
Section titled “Example”dgrid.attachEvent("onAfterFilter", function(){ console.log("Grid was filtered");});Details
Section titled “Details”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.
See also
Section titled “See also”Articles
API