New to Kendo UI for Angular? Start a free 30-day trial
FieldDataType
Specifies the data type of a field for a Grid column. Use this type to determine the editing and filtering UI.
type
FieldDataType = "text" | "numeric" | "date" | "boolean";