var instance; // Type: wijmo.grid.IDetailSettings; var value; // Type: any value = instance.filtered;
var filtered : any;
The filtered event handler is a function that is called after the wijgrid is filtered.
var instance; // Type: wijmo.grid.IDetailSettings; var value; // Type: any value = instance.filtered;
var filtered : any;
// $("#element").wijgrid({ filtered: function (e, args) { alert("The filtered data contains: " + $(this).wijgrid("dataView").count() + " rows"); } });