New to KendoReact? Learn about KendoReact Free.
GridDataType
Updated over 6 months ago
Exposes the data types available when setting the filter or editor property of the Grid columns.
type GridDataType = "text" | "numeric" | "boolean" | "date";