Version

removedColumnFilterByKey Method

Deletes the column filter that is tied to the specified column key from the column filters array
Syntax
ASP.NET Ajax Javascript (Specification) 
function removedColumnFilterByKey( 
   columnKey : String
) : (Any);
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfFiltering.removedColumnFilterByKey(String);

Parameters

columnKey
The column key of the column that the column filter is tied to.
See Also