Version

columnType Property

Gets the data type of the grid column that the column filter is tied to. Column type could be one of the following: date, boolean, number or string
Syntax
ASP.NET Ajax Javascript (Specification) 
function get_columnType() : String
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfColumnFilter.get_columnType();
See Also