Version

type Property

Gets the type of the column. Supported types are: "string", "number", "date", "boolean".
Syntax
ASP.NET Ajax Javascript (Specification) 
function get_type() : String
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfGridColumn.get_type();
See Also