Hello Alex,
Yes, you can use KendoReact Grid with TypeScript. The KendoReact components are written on TypeScript and come with all typing out of the box.
I have prepared the following Stackblitz example to demonstrate this:
https://stackblitz.com/edit/react-ts-cljz4c
The example shows the usage of the `columnMenu` and KendoReact Grid with TypeScipt. The `columnMenu` component has props from type `GridColumnMenuProps`. We should add the correct props in the `ColumnMenu` class, otherwise, it is interpreted as if it has on the standard props - `props.children` hence we have that error.
Please let me know if you need more assistance.
Regards,
Ina
Progress Telerik
Progress is here for your business, like always.
Read more about the measures we are taking to ensure business continuity and help fight the COVID-19 pandemic.
Our thoughts here at Progress are with those affected by the outbreak.