New to Kendo UI for Angular? Start a free 30-day trial
FieldDataType
The data type of the field, associated with a Grid column. Used to determine the built-in editing and filtering UI for the supported most frequently used data types.
type
FieldDataType = "text" | "numeric" | "date" | "boolean";