Version

removeClientColumnFilterByKey Method

This method should only be used when EnableClientRendering is set to true. Removes the column filter object from the column filters' collection, if it was 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 removeClientColumnFilterByKey( 
   columnKey : String
) : (Any);
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfFiltering.removeClientColumnFilterByKey(String);

Parameters

columnKey
The column key of the column that the column filter is to be removed for.
See Also