Version

clearClientColumnFilters Method

This method should only be used when EnableClientRendering is set to true. Removes all the column filter objects from the column filters' collection, if they were created on the client, if the column filter came down from the server, its Rule just gets set to "Clear" and its value to empty.
Syntax
ASP.NET Ajax Javascript (Specification) 
function clearClientColumnFilters() : (Any);
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfFiltering.clearClientColumnFilters();
See Also