New to Kendo UI for Angular? Start a free 30-day trial
CellContentType
Specifies the cell content type. Used to define which filter component will be rendered for the targeted column, or which built-in editor, when the row is in edit mode.
type
CellContentType = "text" | "numeric" | "boolean" | "date";