Version

create_columnFilter Method

Creates a column filter object. Viewstate will not be preserved for this object until it is added to the column filters' collection
Syntax
ASP.NET Ajax Javascript (Specification) 
function create_columnFilter( 
   columnKey : String
) : ClientColumnFilter;
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfFiltering.create_columnFilter(String);

Parameters

columnKey
The column key of the column that the column filter will be tied to.

Return Value

Newly created column filter
See Also