Version

dataType Property

Data type of the column. Returns an integer value defined in the Infragistics.Web.UI.GridDataType enum.
Syntax
ASP.NET Ajax Javascript (Specification) 
function get_dataType() : GridDataType
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfGridColumn.get_dataType();
See Also