New to KendoReact? Learn about KendoReact Free.
GridDataType
Updated on Jan 7, 2026
Exposes the data types available when setting the filter or editor property of the Grid columns.
type GridDataType = "text" | "numeric" | "boolean" | "date";