New to Kendo UI for Vue? Start a free 30-day trial
GridDataType
Updated on Dec 23, 2025
Exposes the data types available when setting the filter or editor property of the Grid columns.
type GridDataType = "text" | "numeric" | "boolean" | "date";